SWS-1073 - Polishing.

This commit is contained in:
Greg Turnquist
2019-06-06 16:19:56 -05:00
parent 9c9933066b
commit 0bf290e554

View File

@@ -1,7 +0,0 @@
#!/bin/bash -x
if [ "${CIRCLE_BRANCH}" == "master" ] || [ "${CIRCLE_BRANCH}" == "2.x" ]; then
./mvnw -Pdistribute,snapshot,docs clean -Dmaven.test.skip=true deploy
else
echo "We only deploy 'master' and '2.x' branches"
fi