From a7256f630c7c9335ccd7a41e97c9322c0a33ea67 Mon Sep 17 00:00:00 2001 From: matt korwel Date: Sat, 5 Jul 2025 13:58:59 -0700 Subject: Relase: Clean up and condensing (#3321) --- .gcp/publish-dry-run.yaml | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 .gcp/publish-dry-run.yaml (limited to '.gcp/publish-dry-run.yaml') diff --git a/.gcp/publish-dry-run.yaml b/.gcp/publish-dry-run.yaml deleted file mode 100644 index 87d19fa1..00000000 --- a/.gcp/publish-dry-run.yaml +++ /dev/null @@ -1,31 +0,0 @@ -steps: - - name: 'us-west1-docker.pkg.dev/gemini-code-dev/gemini-code-containers/gemini-code-builder' - entrypoint: 'npm' - args: ['install'] - - - name: 'us-west1-docker.pkg.dev/gemini-code-dev/gemini-code-containers/gemini-code-builder' - entrypoint: 'npm' - args: ['run', 'auth'] - - - name: 'us-west1-docker.pkg.dev/gemini-code-dev/gemini-code-containers/gemini-code-builder' - entrypoint: 'npm' - args: - [ - 'run', - 'prerelease:version', - '--workspaces', - '--', - '--suffix="$SHORT_SHA.$_REVISION"', - ] - - - name: 'us-west1-docker.pkg.dev/gemini-code-dev/gemini-code-containers/gemini-code-builder' - entrypoint: 'npm' - args: ['run', 'prerelease:deps', '--workspaces'] - - - name: 'us-west1-docker.pkg.dev/gemini-code-dev/gemini-code-containers/gemini-code-builder' - entrypoint: 'npm' - args: - ['publish', '--tag=head', '--dry-run', '--workspace=@google/gemini-cli'] - -options: - defaultLogsBucketBehavior: REGIONAL_USER_OWNED_BUCKET -- cgit v1.2.3