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

Commit

Permalink
Disable bintray publishing temporarily.
Browse files Browse the repository at this point in the history
  • Loading branch information
pocmo committed Oct 5, 2018
1 parent fd0d3b1 commit 7c228d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions automation/taskcluster/decision_task_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ def generate_build_task(version):
command=(checkout +
' && ./gradlew --no-daemon clean test detektCheck ktlint '
+ assemble_task +
' docs uploadArchives zipMavenArtifacts' +
bintray_publishing),
' docs uploadArchives zipMavenArtifacts'),
features={
"chainOfTrust": True
},
Expand Down

0 comments on commit 7c228d2

Please sign in to comment.