fix(ci): update to work as master

Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
pull/6725/head
Matthew Fisher 5 years ago
parent 9b42702a4b
commit 2f2430a9ad
No known key found for this signature in database
GPG Key ID: 92AA783CBAAE8E3B

@ -28,8 +28,6 @@ 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 a releasable branch or a tag" echo "Skipping deploy step; this is neither a releasable branch or a tag"
exit exit

Loading…
Cancel
Save