Skip to content

Commit 1feb7ec

Browse files
author
David Collins
committed
Corrected Bintray upload script
1 parent c6f0f6c commit 1feb7ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

travis/update_release.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,10 @@ done
202202
# ======================
203203
# Check that this is a tagged release and then publish the artifact to Bintray
204204
if [[ "${TRAVIS_TAG}" == "daily"* ]]; then # daily build associated with a tag in the format daily/YYYYMMDD
205+
echo "Skipping Bintray publication for daily build"
205206
# do nothing, we aren't currently publishing daily builds
206207
elif [[ -n $TRAVIS_TAG ]]; then # manually created tag; prepare a draft release
208+
echo "Publishing release ${TRAVIS_TAG} to Bintray"
207209
# invoke the publishing gradle task for the worldwind module
208210
./gradlew worldwind:bintrayUpload
209211
fi

0 commit comments

Comments
 (0)