Unverified Commit 046b40a7 authored by Erik Wilson's avatar Erik Wilson Committed by GitHub

Merge pull request #1451 from erikwilson/master

Add 'k3s' to kubernetes version metadata in dev builds
parents 95760fff c100dfc2
...@@ -40,6 +40,6 @@ if [[ -n "$GIT_TAG" ]]; then ...@@ -40,6 +40,6 @@ if [[ -n "$GIT_TAG" ]]; then
fi fi
VERSION=$GIT_TAG VERSION=$GIT_TAG
else else
VERSION="$VERSION_K8S+${COMMIT:0:8}$DIRTY" VERSION="$VERSION_K8S+k3s-${COMMIT:0:8}$DIRTY"
fi fi
VERSION_TAG="$(sed -e 's/+/-/g' <<< "$VERSION")" 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