Skip to content

Commit

Permalink
Cloudbuild logs bucket (#2349)
Browse files Browse the repository at this point in the history
* Specify a Cloud Storage bucket to store build logs

Send Cloudbuild logs to GCS storage bucket 'trillian-cloudbuild-logs'
  • Loading branch information
paulmattei committed Feb 16, 2021
1 parent d9ce17f commit 3925d62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ options:
# TODO(pavelkalinnikov): Consider pushing this image only on commits to master.
images: ['gcr.io/$PROJECT_ID/trillian_testbase:latest']

# Cloud Build logs sent to GCS bucket
logsBucket: 'gs://trillian-cloudbuild-logs'

steps:

# Try to pull the testbase image from Container Registry.
Expand Down

0 comments on commit 3925d62

Please sign in to comment.