Skip to content
Snippets Groups Projects
Commit 46fa7f47 authored by Auke Klazema's avatar Auke Klazema
Browse files

SW-973: Fix if syntax error

parent a59cdbc5
Branches
Tags
No related merge requests found
...@@ -18,7 +18,7 @@ variables: ...@@ -18,7 +18,7 @@ variables:
set_version: set_version:
stage: .pre stage: .pre
script: script:
- if echo $CI_COMMIT_TAG | grep -Eq "^LOFAR-Release-[0-9]_[0-9]_[0-9]"; TMP=${CI_COMMIT_TAG//LOFAR-Release-/}; VERSION=${TMP//_/.}; fi - if echo $CI_COMMIT_TAG | grep -Eq "^LOFAR-Release-[0-9]_[0-9]_[0-9]"; then TMP=${CI_COMMIT_TAG//LOFAR-Release-/}; VERSION=${TMP//_/.}; fi
- echo "BUILDING $VERSION" - echo "BUILDING $VERSION"
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment