From dbd805bf76abbbd24bf3ec97c21ef8f5d4f7732c Mon Sep 17 00:00:00 2001 From: Martin Buchleitner Date: Wed, 22 Sep 2021 20:03:45 +0200 Subject: [PATCH] fix: make env as CI env --- .gitlab-ci.yml | 2 +- .path | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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