Skip to content

Commit 54e442a

Browse files
committed
Update after_success.sh for 1.3.x
1 parent d4dac20 commit 54e442a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis/after_success.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}"

0 commit comments

Comments
 (0)