From 4074e8e6ec3985f3d9a7b53f3497d38a0ba6743e Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Tue, 12 Aug 2025 23:24:39 -0400 Subject: chore(ci): fix yamllint issues (#6112) --- .gcp/release-docker.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '.gcp/release-docker.yml') diff --git a/.gcp/release-docker.yml b/.gcp/release-docker.yml index 59220b8d..f413da5b 100644 --- a/.gcp/release-docker.yml +++ b/.gcp/release-docker.yml @@ -22,8 +22,8 @@ steps: id: 'Determine Docker Image Tag' entrypoint: 'bash' args: - - -c - - | + - '-c' + - |- SHELL_TAG_NAME="$TAG_NAME" FINAL_TAG="$SHORT_SHA" # Default to SHA if [[ "$$SHELL_TAG_NAME" == *"-nightly"* ]]; then @@ -44,8 +44,8 @@ steps: id: 'Build sandbox Docker image' entrypoint: 'bash' args: - - -c - - | + - '-c' + - |- export GEMINI_SANDBOX_IMAGE_TAG=$$(cat /workspace/image_tag.txt) echo "Using Docker image tag for build: $$GEMINI_SANDBOX_IMAGE_TAG" npm run build:sandbox -- --output-file /workspace/final_image_uri.txt @@ -57,8 +57,8 @@ steps: id: 'Publish sandbox Docker image' entrypoint: 'bash' args: - - -c - - | + - '-c' + - |- set -e FINAL_IMAGE_URI=$$(cat /workspace/final_image_uri.txt) @@ -68,7 +68,7 @@ steps: - 'GEMINI_SANDBOX=$_CONTAINER_TOOL' options: - defaultLogsBucketBehavior: REGIONAL_USER_OWNED_BUCKET + defaultLogsBucketBehavior: 'REGIONAL_USER_OWNED_BUCKET' dynamicSubstitutions: true substitutions: -- cgit v1.2.3