Skip to content

fix(owlbot-postprocessor): escape bash variables in cloudbuild.yaml - #460

Merged
quartzmo merged 1 commit into
googleapis:mainfrom
quartzmo:fix-cloudbuild-syntax
Aug 17, 2026
Merged

fix(owlbot-postprocessor): escape bash variables in cloudbuild.yaml#460
quartzmo merged 1 commit into
googleapis:mainfrom
quartzmo:fix-cloudbuild-syntax

Conversation

@quartzmo

Copy link
Copy Markdown
Member

No description provided.

@quartzmo
quartzmo requested a review from a team as a code owner August 17, 2026 22:09
HEX_DIGEST=${PREV_DIGEST#sha256:}
echo "Previous latest digest found: $PREV_DIGEST. Adding deprecation tag..."
gcloud container images add-tag gcr.io/cloud-devrel-public-resources/owlbot-ruby@$PREV_DIGEST gcr.io/cloud-devrel-public-resources/owlbot-ruby:deprecated-public-image-$HEX_DIGEST --quiet
PREV_DIGEST=$$(gcloud container images list-tags gcr.io/cloud-devrel-public-resources/owlbot-ruby --filter="tags=latest" --format="value(digest)" 2>/dev/null || true)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nice if we could validate the execution here with an artifact (perhaps by adding a dry-run flag or something to just confirm the command)

@quartzmo quartzmo closed this Aug 17, 2026
@quartzmo quartzmo reopened this Aug 17, 2026
@quartzmo
quartzmo merged commit 6535a39 into googleapis:main Aug 17, 2026
26 checks passed
@quartzmo
quartzmo deleted the fix-cloudbuild-syntax branch August 17, 2026 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants