Switch to CircleCI
This commit is contained in:
7
deploy.bash
Executable file
7
deploy.bash
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash -x
|
||||
|
||||
if [ "${CIRCLE_BRANCH}" == "master" ]; then
|
||||
mvn -Pdistribute,snapshot,docs clean deploy
|
||||
else
|
||||
echo "We only deploy 'master' branch"
|
||||
fi
|
||||
Reference in New Issue
Block a user