SWS-998 - Fix artifactory deployment
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash -x
|
||||
|
||||
if [ "${CIRCLE_BRANCH}" == "master" ] || [ "${CIRCLE_BRANCH}" == "2.x" ]; then
|
||||
./mvnw -Pdistribute,snapshot,docs clean deploy
|
||||
./mvnw -Pdistribute,snapshot,docs clean -Dmaven.test.skip=true deploy
|
||||
else
|
||||
echo "We only deploy 'master' and '2.x' branches"
|
||||
fi
|
||||
Reference in New Issue
Block a user