File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,18 +10,18 @@ export MAVEN_OPTS=-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf
1010
1111dir=" $( dirname " $0 " ) "
1212if [ " $TRAVIS_SECURE_ENV_VARS " = true \
13- -a " $TRAVIS_PULL_REQUEST " = false \
14- -a " $TRAVIS_BRANCH " = master ]
13+ -a " $TRAVIS_PULL_REQUEST " = false \
14+ -a " $TRAVIS_BRANCH " = master ]
1515then
16- echo " == Building and deploying master SNAPSHOT =="
17- mvn -B -Pdeploy-to-imagej deploy --settings " $dir /.travis/settings.xml"
16+ echo " == Building and deploying master SNAPSHOT =="
17+ mvn -B -Pdeploy-to-imagej deploy --settings " $dir /.travis/settings.xml"
1818elif [ " $TRAVIS_SECURE_ENV_VARS " = true \
19- -a " $TRAVIS_PULL_REQUEST " = false \
20- -a -f release.properties ]
19+ -a " $TRAVIS_PULL_REQUEST " = false \
20+ -a -f release.properties ]
2121then
22- echo " == Cutting and deploying release version =="
23- mvn -B --settings " $dir /.travis/settings.xml" release:perform
22+ echo " == Cutting and deploying release version =="
23+ mvn -B --settings " $dir /.travis/settings.xml" release:perform
2424else
25- echo " == Building the artifact locally only =="
26- mvn -B install
25+ echo " == Building the artifact locally only =="
26+ mvn -B install
2727fi
You can’t perform that action at this time.
0 commit comments