Skip to content

Commit

Permalink
Revert "Make the location "global""
Browse files Browse the repository at this point in the history
"storage-location" is an argument of the "gcloud compute images import" command not "gcloud compute images import

This reverts commit cb28e41.
  • Loading branch information
jimmykarily committed Mar 4, 2025
1 parent 0a5f9a0 commit 7abf82e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/upload-image-to-gce.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ importGceImage() {
gcloud migration vms image-imports create "$name" \
--image-name="$name" \
--location=europe-west3 \
--storage-location=global \
--target-project="$GCP_PROJECT" \
--source-file="gs://$GCS_BUCKET/$fileName" \
--family-name="kairos" \
Expand Down

0 comments on commit 7abf82e

Please sign in to comment.