Skip to content
Snippets Groups Projects
Commit f4e3acae authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Fix version check

parent 27ab5144
No related branches found
No related tags found
1 merge request!510Release
......@@ -84,7 +84,7 @@ version_check:
image: $DOCKER_IMAGE
script:
- GITTAG=$(git describe --tags)
- CODEVERS=$(release/client.darwin64 version | grep "Elixxir Client v"| cut -d ' ' -f3)
- CODEVERS=$(release/client.linux64 version | grep "Elixxir Client v"| cut -d ' ' -f3)
- if [[ $GITTAG != $CODEVERS ]]; then echo "VERSION NUMBER BAD $GITTAG != $CODEVER"; exit -1; fi
bindings-ios:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment