Skip to content
Snippets Groups Projects
Verified Commit d147c274 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[CI] Remove v prefix from version string

parent 364a09bb
No related branches found
No related tags found
No related merge requests found
Pipeline #75107 failed
...@@ -18,7 +18,7 @@ Determine version number: ...@@ -18,7 +18,7 @@ Determine version number:
stage: prepare stage: prepare
script: script:
- if [[ "x$CI_COMMIT_TAG" == x ]]; then - if [[ "x$CI_COMMIT_TAG" == x ]]; then
echo v0.0.0-$(date +%Y%m%d)-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA; echo 0.0.0-$(date +%Y%m%d)-$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA;
else else
echo $CI_COMMIT_TAG; echo $CI_COMMIT_TAG;
fi >.version fi >.version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment