diff options
| author | matt korwel <[email protected]> | 2025-07-05 13:58:59 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-05 20:58:59 +0000 |
| commit | a7256f630c7c9335ccd7a41e97c9322c0a33ea67 (patch) | |
| tree | f1bdac3ec3d67171717de60032cf3dbbf24f437b /.gcp/publish-dry-run.yaml | |
| parent | 4be32d1f73bc2d9e4d22a71eee7b142e9b0aa577 (diff) | |
Relase: Clean up and condensing (#3321)
Diffstat (limited to '.gcp/publish-dry-run.yaml')
| -rw-r--r-- | .gcp/publish-dry-run.yaml | 31 |
1 files changed, 0 insertions, 31 deletions
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 |
