Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit 20eb71e

Browse files
OlegDokukaAlan Scherger
authored and
Alan Scherger
committed
fixes scripts
1 parent 87c65fe commit 20eb71e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildtravis.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ elif [ "$TRAVIS_PULL_REQUEST" == "false" ] && [[ "$TRAVIS_BRANCH" == release/* ]
1818
# Release Branch
1919
echo -e 'Build Branch for Release => Branch ['$TRAVIS_BRANCH']'
2020
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
21-
./gradlew -PversionSuffix="-RC" clean build pushImage --stacktrace
21+
./gradlew -PversionSuffix="-RC" clean build artifactoryPublish pushImage --stacktrace
2222
elif [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ]; then
2323
# Master Branch
2424
echo -e 'Build Master for Release => Branch ['$TRAVIS_BRANCH']'
2525
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
2626
export ORG_GRADLE_PROJECT_isRelease=true
27-
./gradlew clean build dockerPush --stacktrace --refresh-dependencies
27+
./gradlew clean build --stacktrace --refresh-dependencies
2828
elif [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_TAG" != "" ]; then
2929
# Tag
3030
echo -e 'Build Tag for Release => Tag ['$TRAVIS_TAG']'

0 commit comments

Comments
 (0)