Skip to content

Commit

Permalink
Add FOREMAN_HOME environment variable (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
oltrep authored Jan 24, 2022
1 parent 3f329e1 commit 9e2384d
Show file tree
Hide file tree
Showing 22 changed files with 803 additions and 383 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

strategy:
matrix:
rust_version: [stable, "1.42.0"]
rust_version: [stable, "1.53.0"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Unreleased Changes

## 1.0.3 (2022-01-06)
- Add environment variable to override Foreman home directory ([#39](https://github.com/Roblox/foreman/pull/39))
- Support tools hosted on GitLab ([#31](https://github.com/Roblox/foreman/pull/31))
- Updated config format to support both GitHub and GitLab tools
- Added `foreman gitlab-auth` command for authenticating with GitLab.
Expand Down
Loading

0 comments on commit 9e2384d

Please sign in to comment.