Skip to content

Commit

Permalink
Set build timeout=800s, goreleaser timeout =720s
Browse files Browse the repository at this point in the history
  • Loading branch information
monopole authored Feb 6, 2021
1 parent 9f1ef99 commit 1faeb91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions releasing/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ steps:
# Run goreleaser indirectly via a shell script
# to configure it properly.
- name: goreleaser/goreleaser:v0.138.0
timeout: 720s
entrypoint: /bin/sh
dir: myClone
secretEnv: ['GITHUB_TOKEN']
Expand All @@ -47,6 +48,9 @@ steps:
# Use this final arg in a local build, to suppress
# the release and leave the 'dist' directory in place.

# Overall timeout
timeout: 800s

# golreleaser expects the GITHUB_TOKEN env var to hold the github token
# it needs to write the released package and notes back to github.
# The raw token was encrypted by gcloud kms (Key Management Service)
Expand Down

0 comments on commit 1faeb91

Please sign in to comment.