Skip to content
Snippets Groups Projects
Commit b5588953 authored by Timo Teräs's avatar Timo Teräs
Browse files

build: fix use_version typo in get-version.sh

fixes a1167924 "build: use get-version.sh and VERSION to determine version"
parent 87ad435c
No related branches found
No related tags found
Loading
...@@ -19,4 +19,5 @@ try_version "${CI_COMMIT_TAG}" ...@@ -19,4 +19,5 @@ try_version "${CI_COMMIT_TAG}"
# gets completed and merged upstream. # gets completed and merged upstream.
[ "$CI_COMMIT_REF_NAME" ] && try_version "$(cat VERSION)" [ "$CI_COMMIT_REF_NAME" ] && try_version "$(cat VERSION)"
[ -d .git ] && try_version "$(git describe)" [ -d .git ] && try_version "$(git describe)"
use_version "$(cat VERSION)" try_version "$(cat VERSION)"
exit 1
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