1
0
Fork 0

changed machine name to argument

This commit is contained in:
Christian Kühnel 2020-05-08 11:31:48 +02:00
parent 2435a5489b
commit cbb2820ef0

View file

@ -23,7 +23,7 @@ ROOT_DIR="$(dirname ${DIR})"
# get config options
# shellcheck source=../k8s_config
source "${ROOT_DIR}/k8s_config"
NAME=agent-windows-1
NAME=$1
gcloud beta compute instances create "${NAME}" \
--project="${GCP_PROJECT}" \