Skip to content
This repository was archived by the owner on Nov 1, 2022. It is now read-only.

Commit cab3bdc

Browse files
JohanLorenzopocmo
authored andcommitted
Temporarily deactivate bintray publishing for 0.27.0 release
1 parent cbcd496 commit cab3bdc

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

automation/taskcluster/decision_task_release.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ def generate_build_task(version):
5050
checkout = ("git fetch origin --tags && "
5151
"git config advice.detachedHead false && "
5252
"git checkout {}".format(version))
53-
bintray_publishing = (" && python automation/taskcluster/release/fetch-bintray-api-key.py"
54-
" && ./gradlew bintrayUpload --debug")
53+
# TODO re-enable bintray once 0.27.0 is released
54+
# bintray_publishing = (" && python automation/taskcluster/release/fetch-bintray-api-key.py"
55+
# " && ./gradlew bintrayUpload --debug")
5556

5657
assemble_task = 'assembleRelease'
5758
scopes = [
@@ -65,8 +66,9 @@ def generate_build_task(version):
6566
command=(checkout +
6667
' && ./gradlew --no-daemon clean test detektCheck ktlint '
6768
+ assemble_task +
68-
' docs uploadArchives zipMavenArtifacts' +
69-
bintray_publishing),
69+
' docs uploadArchives zipMavenArtifacts'),
70+
# TODO re-enable bintray once 0.27.0 is released
71+
#bintray_publishing),
7072
features={
7173
"chainOfTrust": True
7274
},

0 commit comments

Comments
 (0)