diff --git a/.circleci/deploy.sh b/.circleci/deploy.sh index 84bcfa33b..6a3b3d0a6 100755 --- a/.circleci/deploy.sh +++ b/.circleci/deploy.sh @@ -29,7 +29,8 @@ if [[ -n "${CIRCLE_TAG:-}" ]]; then elif [[ "${CIRCLE_BRANCH:-}" == "master" ]]; then VERSION="canary" else - exit 1 + echo "Skipping deploy step; this is neither master or a tag" + exit fi echo "Install docker client"