aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/gce
diff options
context:
space:
mode:
authorGravatar Juanli Shen <juanlishen@google.com>2018-04-30 14:46:10 -0700
committerGravatar Juanli Shen <juanlishen@google.com>2018-04-30 14:46:10 -0700
commit8d6c3466ae60a4391b6bcfc1dec39ccd9550b00b (patch)
treea60098701a20f873e5f6ba253b4fd2bab6828f3b /tools/gce
parentbeaf140ff71578e8b2e48b0a0bf788b903579c3f (diff)
Move comment out of the command
Diffstat (limited to 'tools/gce')
-rwxr-xr-xtools/gce/create_windows_debug_worker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gce/create_windows_debug_worker.sh b/tools/gce/create_windows_debug_worker.sh
index 3829b71e19..3625df832a 100755
--- a/tools/gce/create_windows_debug_worker.sh
+++ b/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 \