Skip to content

Commit

Permalink
forgot a space in my script...
Browse files Browse the repository at this point in the history
  • Loading branch information
Megan Martinson committed Jun 9, 2017
1 parent 4efa54e commit a9e7ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a9e7ff5

Please sign in to comment.