Unverified Commit 0f927074 authored by Erik Wilson's avatar Erik Wilson Committed by GitHub

Merge pull request #1214 from erikwilson/fix-tag-version

Fix missing version for tags
parents b43c8e45 178898f9
......@@ -35,5 +35,5 @@ if [[ -n "$GIT_TAG" ]]; then
VERSION=$GIT_TAG
else
VERSION="$(sed -e 's/[-+].*//' <<< "$VERSION_K8S")+$COMMIT$DIRTY"
VERSION_TAG="$(sed -e 's/+/-/g' <<< "$VERSION")"
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