Skip to content
Snippets Groups Projects
Commit 071aff28 authored by David Garcia Quintas's avatar David Garcia Quintas
Browse files

Accept instance name as argument

parent 0c24f974
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ cd $(dirname $0) ...@@ -37,7 +37,7 @@ cd $(dirname $0)
CLOUD_PROJECT=grpc-testing CLOUD_PROJECT=grpc-testing
ZONE=us-central1-a ZONE=us-central1-a
INSTANCE_NAME=grpc-jenkins-worker1 INSTANCE_NAME="${1:-grpc-jenkins-worker1}"
gcloud compute instances create $INSTANCE_NAME \ gcloud compute instances create $INSTANCE_NAME \
--project="$CLOUD_PROJECT" \ --project="$CLOUD_PROJECT" \
......
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