Skip to content

Commit 6b92d62

Browse files
committed
wip
1 parent 1a347c3 commit 6b92d62

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

packages/google-cloud-storage/cloudbuild/zb-system-tests-cloudbuild.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ steps:
2020
echo "Removing key: $$FINGERPRINT"
2121
gcloud compute os-login ssh-keys remove --key="$$FINGERPRINT" --quiet || true
2222
done
23-
# Also attempt a profile delete as a fallback
24-
gcloud compute os-login delete-profile --quiet || true
2523
waitFor: ["-"]
2624

2725
# Step 0: Generate a persistent SSH key for this build run.
@@ -37,8 +35,6 @@ steps:
3735
ssh-keygen -t rsa -f /workspace/.ssh/google_compute_engine -N '' -C gcb
3836
# Save the public key content to a file for the cleanup step
3937
cat /workspace/.ssh/google_compute_engine.pub > /workspace/gcb_ssh_key.pub
40-
# Register the key with OS Login
41-
gcloud compute os-login ssh-keys add --key-file=/workspace/.ssh/google_compute_engine.pub
4238
waitFor: ["cleanup-old-keys"]
4339

4440
# Step 1 Create a GCE VM to run the tests.

0 commit comments

Comments
 (0)