From 2f2430a9ad11a74b78a2fce37cb194831a1ed6c7 Mon Sep 17 00:00:00 2001 From: Matthew Fisher Date: Mon, 21 Oct 2019 11:16:33 -0700 Subject: [PATCH] fix(ci): update to work as master Signed-off-by: Matthew Fisher --- .circleci/deploy.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/deploy.sh b/.circleci/deploy.sh index f6881eadb..bbb08e6f0 100755 --- a/.circleci/deploy.sh +++ b/.circleci/deploy.sh @@ -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