Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit 5b4f50c

Browse files
committed
Fix vcsTag, yet again.
1 parent 3cd61a0 commit 5b4f50c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.taskcluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ tasks:
7070
&& python automation/taskcluster/release/fetch-bintray-api-key.py
7171
&& cd sdks/android/Mentat
7272
&& ./gradlew --no-daemon clean library:assembleRelease
73-
&& ./gradlew bintrayUpload --debug -PvcsTag=`git show-ref {{ event.version }}`
73+
&& VCS_TAG=`git show-ref {{ event.version }}` ./gradlew bintrayUpload --debug -PvcsTag="$VCS_TAG"
7474
features:
7575
taskclusterProxy: true
7676
metadata:

0 commit comments

Comments
 (0)