Skip to content
Snippets Groups Projects
Commit a5278158 authored by Sydney Anne Erickson's avatar Sydney Anne Erickson :chipmunk:
Browse files

Update .gitlab-ci.yml file

parent 9f3539b1
No related branches found
No related tags found
1 merge request!60Revert "Fail a test to be sure it works"
...@@ -56,7 +56,7 @@ version_check: ...@@ -56,7 +56,7 @@ version_check:
image: $DOCKER_IMAGE image: $DOCKER_IMAGE
script: script:
- GITTAG=$(git describe --tags) - GITTAG=$(git describe --tags)
- CODEVERS=$(cat utils/version.go | grep "const SEMVER =" | cut -d ' ' -f4 | tr -d '"') - CODEVERS=$(cat storage/version.go | grep "const SEMVER =" | cut -d ' ' -f4 | tr -d '"')
- if [[ $GITTAG != $CODEVERS ]]; then echo "VERSION NUMBER BAD $GITTAG != $CODEVER"; exit -1; fi - if [[ $GITTAG != $CODEVERS ]]; then echo "VERSION NUMBER BAD $GITTAG != $CODEVER"; exit -1; fi
tag: tag:
......
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