Move comment out of the command

pull/15234/head
Juanli Shen 7 years ago
parent beaf140ff7
commit 8d6c3466ae
  1. 2
      tools/gce/create_windows_debug_worker.sh

@ -44,12 +44,12 @@ gcloud compute disks create "$TMP_DISK_NAME" \
echo 'Created scratch disk, waiting for it to become available.'
sleep 15
# The image version might need updating.
gcloud compute instances create "$INSTANCE_NAME" \
--project="$CLOUD_PROJECT" \
--zone "$ZONE" \
--machine-type "$MACHINE_TYPE" \
--image-project google.com:kokoro \
# The version might need updating.
--image kokoro-win7build-v11-prod-debug \
--boot-disk-size 500 \
--boot-disk-type pd-ssd \

Loading…
Cancel
Save