diff --git a/scripts/gceworker.sh b/scripts/gceworker.sh index 766e37525f7f..5aaf06fe2ae5 100755 --- a/scripts/gceworker.sh +++ b/scripts/gceworker.sh @@ -19,6 +19,17 @@ fi function start_and_wait() { gcloud compute instances start "${1}" + if [ -z "${GCEWORKER_NO_FIREWALL_WARNING-}" ]; then + cat <