Commit 178898f9 authored by Erik Wilson's avatar Erik Wilson

Fix missing version for tags

parent b43c8e45
...@@ -35,5 +35,5 @@ if [[ -n "$GIT_TAG" ]]; then ...@@ -35,5 +35,5 @@ if [[ -n "$GIT_TAG" ]]; then
VERSION=$GIT_TAG VERSION=$GIT_TAG
else else
VERSION="$(sed -e 's/[-+].*//' <<< "$VERSION_K8S")+$COMMIT$DIRTY" VERSION="$(sed -e 's/[-+].*//' <<< "$VERSION_K8S")+$COMMIT$DIRTY"
VERSION_TAG="$(sed -e 's/+/-/g' <<< "$VERSION")"
fi fi
VERSION_TAG="$(sed -e 's/+/-/g' <<< "$VERSION")"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment