diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dc22e08..f9ab971 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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) diff --git a/.path b/.path index b3c35c1..c7e94b8 100644 --- a/.path +++ b/.path @@ -1 +1,2 @@ -PATH="~/.local/bin:~/bin:$PATH" \ No newline at end of file +export PATH="~/.local/bin:~/bin:$PATH" +export CI="true" \ No newline at end of file