Skip to content

Commit

Permalink
Update publish.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
netodevel authored Feb 1, 2018
1 parent 013e736 commit 0a597ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ if [ "$TRAVIS_TAG" == "" ]; then
./gradlew build
elif [ "$TRAVIS_TAG" != "" ]; then
echo -e 'Build Branch for tag: Tag ['$TRAVIS_TAG']'
./gradlew build
./gradlew -PbintrayUser="${BINTRAY_USER}" -PbintrayKey="${BINTRAY_KEY}" build bintrayUpload
else
echo -e 'WARN: Should not be here ./gradlew clean'
fi
fi

0 comments on commit 0a597ec

Please sign in to comment.