Skip to content

Commit

Permalink
Cleanup publish debugging (#991)
Browse files Browse the repository at this point in the history
* Revert "chore(build): set timeout for apt publishing to 10 minutes and add --stacktrace (#988)"

This reverts commit 7885764.

since spinnaker/spinnaker-gradle-project#185 has a fix

* Revert "chore(build): set timeout for apt publishing to 5 minutes (#987)"

This reverts commit 9ad1d22.

since spinnaker/spinnaker-gradle-project#185 has a fix
  • Loading branch information
dbyron-sf committed Nov 18, 2022
1 parent 3d0a609 commit 52351b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
ORG_GRADLE_PROJECT_artifactRegistryPublishEnabled: true
GAR_JSON_KEY: ${{ secrets.GAR_JSON_KEY }}
run: |
./gradlew -PartifactRegistryAptImportTimeoutSeconds=600 --info --stacktrace publish
./gradlew --info publish
- name: Login to Google Cloud
# Only run this on repositories in the 'spinnaker' org, not on forks.
if: startsWith(github.repository, 'spinnaker/')
Expand Down

0 comments on commit 52351b0

Please sign in to comment.