Skip to content
Snippets Groups Projects
Commit 15627225 authored by Noah Hilverling's avatar Noah Hilverling
Browse files

Temporary fix snapshot version

parent ddb3ad70
No related branches found
No related tags found
No related merge requests found
Pipeline #8707 passed
......@@ -58,9 +58,9 @@ fi
git_version=$(git describe --tags "${UPSTREAM_GIT_BRANCH}")
# TEMP: Fixup version for 2.11.0 - so that it is newer than 2.11.0+rc1
# TEMP: Fixup version for 2.11.2 - so that it is displayed as 2.11.2
if [[ "$git_version" = v2.11.0* ]]; then
git_version="$(echo "$git_version" | sed s/2.11.0/2.11.1/)"
git_version="$(echo "$git_version" | sed s/2.11.0/2.11.2/)"
fi
if [ `echo "$git_version" | grep -v -E '(g[0-9a-f]+)$'` ]; then
......
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