From d79504d2723621ab1e35903ac17c346d4a5e19ac Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Mon, 28 Feb 2022 17:43:47 -0800 Subject: [PATCH] Fix mirror typo in emoji and gcloud error. PiperOrigin-RevId: 431566908 --- .buildkite/hooks/pre-command | 5 +---- .buildkite/release.yaml | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.buildkite/hooks/pre-command b/.buildkite/hooks/pre-command index 83304fdaa..4519c3e14 100644 --- a/.buildkite/hooks/pre-command +++ b/.buildkite/hooks/pre-command @@ -42,11 +42,8 @@ sudo rm -rf /tmp/profile # Download credentials, if a release agent. if test "${BUILDKITE_AGENT_META_DATA_QUEUE}" = "release"; then - # Update gcloud components. - gcloud components update -q - # Pull down secrets. - gcloud secrets versions access --secret="repo-key" > repo.key + gcloud secrets versions access --secret="repo-key" latest > repo.key # Configure the Docker credential helper (to push images). gcloud auth configure-docker -q diff --git a/.buildkite/release.yaml b/.buildkite/release.yaml index 4de0da4fc..91e4aeb6d 100644 --- a/.buildkite/release.yaml +++ b/.buildkite/release.yaml @@ -19,7 +19,7 @@ steps: commands: - make push-all-images - <<: *common - label: "ship: Push all images (aarch64)" + label: ":ship: Push all images (aarch64)" commands: - make ARCH=aarch64 push-all-images - <<: *common