Skip to content

Commit

Permalink
chore(build): set timeout for apt publishing to 5 minutes (#987)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbyron-sf authored Nov 17, 2022
1 parent 523c5fc commit 9ad1d22
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 --info publish
./gradlew -PartifactRegistryAptImportTimeoutSeconds=300 --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 9ad1d22

Please sign in to comment.