Unverified Commit 23a0d4e0 authored by Matthew Fisher's avatar Matthew Fisher Committed by GitHub
Browse files

Merge pull request #4122 from bacongobbler/fix-4112

release canary v3 binaries as helm-dev-v3
Showing with 3 additions and 1 deletion
+3 -1
...@@ -28,8 +28,10 @@ if [[ -n "${CIRCLE_TAG:-}" ]]; then ...@@ -28,8 +28,10 @@ if [[ -n "${CIRCLE_TAG:-}" ]]; then
VERSION="${CIRCLE_TAG}" VERSION="${CIRCLE_TAG}"
elif [[ "${CIRCLE_BRANCH:-}" == "master" ]]; then elif [[ "${CIRCLE_BRANCH:-}" == "master" ]]; then
VERSION="canary" VERSION="canary"
elif [[ "${CIRCLE_BRANCH:-}" == "dev-v3" ]]; then
VERSION="dev-v3"
else else
echo "Skipping deploy step; this is neither master or a tag" echo "Skipping deploy step; this is neither a releasable branch or a tag"
exit exit
fi fi
......
Supports Markdown
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