Fix vcsTag, yet again.

This commit is contained in:
Nick Alexander 2018-07-31 14:42:08 -07:00
parent 3cd61a0c93
commit 5b4f50ce1b

View file

@ -70,7 +70,7 @@ tasks:
&& python automation/taskcluster/release/fetch-bintray-api-key.py
&& cd sdks/android/Mentat
&& ./gradlew --no-daemon clean library:assembleRelease
&& ./gradlew bintrayUpload --debug -PvcsTag=`git show-ref {{ event.version }}`
&& VCS_TAG=`git show-ref {{ event.version }}` ./gradlew bintrayUpload --debug -PvcsTag="$VCS_TAG"
features:
taskclusterProxy: true
metadata: