summaryrefslogtreecommitdiff
path: root/.gcp
diff options
context:
space:
mode:
authorSeth Vargo <[email protected]>2025-08-12 23:24:39 -0400
committerGitHub <[email protected]>2025-08-13 03:24:39 +0000
commit4074e8e6ec3985f3d9a7b53f3497d38a0ba6743e (patch)
tree377397886eb901f9fca6c89398f8ffceb212ca91 /.gcp
parent214800cfc69082db7e28e8f8104b7bdec9a4c152 (diff)
chore(ci): fix yamllint issues (#6112)
Diffstat (limited to '.gcp')
-rw-r--r--.gcp/release-docker.yml14
1 files changed, 7 insertions, 7 deletions
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: