From a9e7ff532b016c4da2313dbca11e075c1be94b31 Mon Sep 17 00:00:00 2001 From: Megan Martinson Date: Fri, 9 Jun 2017 13:37:42 -0500 Subject: [PATCH] forgot a space in my script... --- .circleci/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/deploy.sh b/.circleci/deploy.sh index 9c485798683..26576c0c2af 100644 --- a/.circleci/deploy.sh +++ b/.circleci/deploy.sh @@ -15,7 +15,7 @@ # $DOCKER_NAMESPACE_DEV - the image name for development deployments [Default]: reactioncommerce/prequel -if [[ "$CIRCLE_BRANCH" != "master" && "$CIRCLE_BRANCH" != "development" && "$CIRCLE_BRANCH" != "testingDeploy"]]; then +if [[ "$CIRCLE_BRANCH" != "master" && "$CIRCLE_BRANCH" != "development" && "$CIRCLE_BRANCH" != "testingDeploy" ]]; then echo "Not running a deployment branch." exit 0 fi