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

Commit 7c228d2

Browse files
committed
Disable bintray publishing temporarily.
1 parent fd0d3b1 commit 7c228d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

automation/taskcluster/decision_task_release.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ def generate_build_task(version):
6363
command=(checkout +
6464
' && ./gradlew --no-daemon clean test detektCheck ktlint '
6565
+ assemble_task +
66-
' docs uploadArchives zipMavenArtifacts' +
67-
bintray_publishing),
66+
' docs uploadArchives zipMavenArtifacts'),
6867
features={
6968
"chainOfTrust": True
7069
},

0 commit comments

Comments
 (0)