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

Version check job doesn't work in this repo, removed it.

parent ff03937a
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,6 @@ stages: ...@@ -22,7 +22,6 @@ stages:
- combine-artifacts - combine-artifacts
- tag - tag
- doc-update - doc-update
- version-check
go-test: go-test:
stage: test stage: test
...@@ -143,15 +142,3 @@ doc-update: ...@@ -143,15 +142,3 @@ doc-update:
only: only:
- release - release
- master - master
\ No newline at end of file
version-check:
stage: version-check
except:
- tags
only:
- master
image: $DOCKER_IMAGE
script:
- GITTAG=$(git describe --tags)
- CODEVERS=$(cat storage/version.go | grep "const SEMVER =" | cut -d ' ' -f4 | tr -d '"')
- if [[ $GITTAG != $CODEVERS ]]; then echo "VERSION NUMBER BAD $GITTAG != $CODEVERS"; exit -1; fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment