Skip to content
Snippets Groups Projects
Verified Commit 28ea1867 authored by Martin Weise's avatar Martin Weise
Browse files

Cannot use +

parent fb5cbacb
No related branches found
No related tags found
1 merge request!387Wrong model
...@@ -35,7 +35,7 @@ workflow: ...@@ -35,7 +35,7 @@ workflow:
rules: rules:
- if: $CI_COMMIT_REF_NAME == "dev" - if: $CI_COMMIT_REF_NAME == "dev"
variables: variables:
BUILD_VERSION: "+git.${CI_COMMIT_SHORT_SHA}" BUILD_VERSION: "-git.${CI_COMMIT_SHORT_SHA}"
- when: always - when: always
stages: stages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment