SWS-998 - Switch off CircleCI workflow

This commit is contained in:
Greg Turnquist
2017-10-13 16:10:48 -05:00
parent 0f80b6eb5c
commit 0a4a5589cb
2 changed files with 14 additions and 26 deletions

View File

@@ -2,4 +2,6 @@
if [ "${CIRCLE_BRANCH}" == "master" ] || [ "${CIRCLE_BRANCH}" == "2.x" ]; then
./mvnw -Pdistribute,snapshot,docs clean deploy
else
echo "We only deploy 'master' and '2.x' branches"
fi