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

fix(ci): update to work as master
pull/6730/head
Matthew Fisher 5 years ago committed by GitHub
commit 484d43913f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save