Merge pull request #4122 from bacongobbler/fix-4112

release canary v3 binaries as helm-dev-v3
pull/4224/head
Matthew Fisher 6 years ago committed by GitHub
commit 23a0d4e08c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,8 +28,10 @@ if [[ -n "${CIRCLE_TAG:-}" ]]; then
VERSION="${CIRCLE_TAG}"
elif [[ "${CIRCLE_BRANCH:-}" == "master" ]]; then
VERSION="canary"
elif [[ "${CIRCLE_BRANCH:-}" == "dev-v3" ]]; then
VERSION="dev-v3"
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
fi

Loading…
Cancel
Save