Merge pull request #6725 from bacongobbler/dev-v3-ci

fix(ci): update to work as master
This commit is contained in:
Matthew Fisher 2019-10-21 11:22:13 -07:00 committed by GitHub
commit 484d43913f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,8 +28,6 @@ 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 a releasable branch or a tag"
exit