Skip to content
Snippets Groups Projects
Commit 6450385d authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

wait to come online

parent 96839f84
No related branches found
No related tags found
No related merge requests found
...@@ -46,6 +46,9 @@ gcloud compute instances create $INSTANCE_NAME \ ...@@ -46,6 +46,9 @@ gcloud compute instances create $INSTANCE_NAME \
--image ubuntu-14-04 \ --image ubuntu-14-04 \
--boot-disk-size 1000 --boot-disk-size 1000
echo 'Created GCE instance, waiting 60 seconds for it to come online.'
sleep 60
gcloud compute copy-files \ gcloud compute copy-files \
--project="$CLOUD_PROJECT" \ --project="$CLOUD_PROJECT" \
--zone "$ZONE" \ --zone "$ZONE" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment