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

SW-973: Remove unwanted echo

parent b9643db1
No related branches found
No related tags found
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]"; then echo "joh"; TMP=${CI_COMMIT_TAG//LOFAR-Release-/}; VERSION=${TMP//_/.}; fi - if echo $CI_COMMIT_TAG | grep -Eq "^LOFAR-Release-[0-9]_[0-9]_[0-9]"; 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