Skip to content

Commit

Permalink
fix: make env as CI env
Browse files Browse the repository at this point in the history
  • Loading branch information
mabunixda committed Sep 22, 2021
1 parent 5e07b96 commit dbd805b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ changelog:
stage: changelog
rules:
- if: '$CI_COMMIT_BRANCH == "master"'
image: registry.gitlab.com/mbuchleitner/go-semrel-gitlab:v0.21.1
image: registry.gitlab.com/infralovers/go-semrel-gitlab:v0.21.1
script:
- git fetch --tags
- NEXT_VERSION=$(release next-version --bump-patch)
Expand Down
3 changes: 2 additions & 1 deletion .path
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
PATH="~/.local/bin:~/bin:$PATH"
export PATH="~/.local/bin:~/bin:$PATH"
export CI="true"

0 comments on commit dbd805b

Please sign in to comment.