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

Fix snapshot version

parent 15627225
No related branches found
No related tags found
No related merge requests found
Pipeline #9225 passed
......@@ -58,9 +58,9 @@ fi
git_version=$(git describe --tags "${UPSTREAM_GIT_BRANCH}")
# TEMP: Fixup version for 2.11.2 - so that it is displayed as 2.11.2
# TEMP: Fixup version for 2.11.3 - so that it is displayed as 2.11.3
if [[ "$git_version" = v2.11.0* ]]; then
git_version="$(echo "$git_version" | sed s/2.11.0/2.11.2/)"
git_version="$(echo "$git_version" | sed s/2.11.0/2.11.3/)"
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