release canary v3 binaries as helm-dev-v3

pull/4122/head
Matthew Fisher 6 years ago
parent 647ffaf7d3
commit d9a5f6804a
No known key found for this signature in database
GPG Key ID: 92AA783CBAAE8E3B

@ -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