We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f0f6c commit 1feb7ecCopy full SHA for 1feb7ec
travis/update_release.sh
@@ -202,8 +202,10 @@ done
202
# ======================
203
# Check that this is a tagged release and then publish the artifact to Bintray
204
if [[ "${TRAVIS_TAG}" == "daily"* ]]; then # daily build associated with a tag in the format daily/YYYYMMDD
205
+ echo "Skipping Bintray publication for daily build"
206
# do nothing, we aren't currently publishing daily builds
207
elif [[ -n $TRAVIS_TAG ]]; then # manually created tag; prepare a draft release
208
+ echo "Publishing release ${TRAVIS_TAG} to Bintray"
209
# invoke the publishing gradle task for the worldwind module
210
./gradlew worldwind:bintrayUpload
211
fi
0 commit comments