Update .github/workflows/CI.yaml

Co-authored-by: Daira-Emma Hopwood <daira@jacaranda.org>
This commit is contained in:
Yasser Isa 2024-02-13 06:40:26 -07:00 committed by GitHub
parent c0acb86167
commit 659a1ae295
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
export random=$(cat /proc/sys/kernel/random/uuid | sed 's/[-]//g' | head -c 12; echo;)
for i in $(gcloud compute os-login ssh-keys list --format="table[no-heading](value.fingerprint)"); do
echo $i;
echo "removing SSH key $i"
gcloud compute os-login ssh-keys remove --key $i || true;
done