Skip to content

Commit

Permalink
fix(owl-bot): cloud build bucket configuration (#5645)
Browse files Browse the repository at this point in the history
The deployment failed due to logging configuration
(b/385183332#comment10).

This is the same lines that I added in cloudbuild-test.yaml:
https://github.com/googleapis/repo-automation-bots/pull/5643/files#diff-ae6d90a3673680601c94bddc10655dd45aecb86e240c4c9d2702b46f6c5eb7d9R27

This file matches what is in the trigger configuration.
  • Loading branch information
suztomo authored Jan 6, 2025
1 parent c9fc622 commit daa31db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/owl-bot/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,7 @@ steps:
- "--region"
- "$_REGION"
- "--quiet"

logsBucket: 'gs://owl-bot-deploy-logs'
options:
logging: GCS_ONLY

0 comments on commit daa31db

Please sign in to comment.