File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ echo "Java detected: ${VER}"
4646# 2. Deploy site
4747# 3. Use -q option to only display Maven errors and warnings.
4848
49- if [ " $mybatis_repo " == " https://github.com/mybatis/spring.git" ] && [ " $TRAVIS_PULL_REQUEST " == " false" ] && [ " $TRAVIS_BRANCH " == " master " ] && [[ " $commit_message " != * " [maven-release-plugin]" * ]]; then
49+ if [ " $mybatis_repo " == " https://github.com/mybatis/spring.git" ] && [ " $TRAVIS_PULL_REQUEST " == " false" ] && [ " $TRAVIS_BRANCH " == " 1.3.x " ] && [[ " $commit_message " != * " [maven-release-plugin]" * ]]; then
5050 if [ $VER == " 16" ]; then
5151 ./mvnw clean deploy -q --settings ./travis/settings.xml
5252 echo -e " Successfully deployed SNAPSHOT artifacts to Sonatype under Travis job ${TRAVIS_JOB_NUMBER} "
You can’t perform that action at this time.
0 commit comments