We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3240221 commit 8afc1a8Copy full SHA for 8afc1a8
.gitlab-ci.yml
@@ -72,7 +72,7 @@ prerelease:
72
REPO_HOST: repo.data.kit.edu
73
REPO_USER: cicd
74
script:
75
- - docker run --rm -v $PWD:/tmp/mytoken -w /tmp/mytoken bitnami/git .gitlab-ci-scripts/set-prerel-version
+ - if [ -z "$CI_COMMIT_TAG" ]; then docker run --rm -v $PWD:/tmp/mytoken -w /tmp/mytoken bitnami/git .gitlab-ci-scripts/set-prerel-version; fi;
76
- .gitlab-ci-scripts/goreleaser.sh
77
- .gitlab-ci-scripts/upload.sh
78
after_script:
0 commit comments