Skip to content

Commit 4b1997a

Browse files
committed
Remove Javadoc publish on tag. Its in travis script.
1 parent f8b2cf2 commit 4b1997a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

travis-build.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ echo "TRAVIS_TAG $TRAVIS_TAG"
88
export TAG=`if [ "$TRAVIS_PULL_REQUEST" = "false" -a -n "$TRAVIS_TAG" ] ; then echo "$TRAVIS_TAG" ; fi`
99

1010
if [ "$TAG" ]; then
11-
echo "Build is tagged. Uploading Javadoc to https://commercetools.github.io/commercetools-sync-java/javadoc/v/$TAG"
12-
./gradlew --info -Dbuild.version=$TRAVIS_TAG gitPublishPush
13-
14-
echo "Uploading artifact $TAG to Bintray."
11+
echo "Build is tagged. Uploading artifact $TAG to Bintray."
1512
./gradlew --info -Dbuild.version=$TRAVIS_TAG bintrayUpload
1613
else
1714
echo "This build doesn't publish the library since it is not tagged."

0 commit comments

Comments
 (0)