Commit c100dfc2 authored by Erik Wilson's avatar Erik Wilson

Add 'k3s' to kubernetes version metadata in dev builds

parent 95760fff
...@@ -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