From 7af7103a2555bf80126b9654a02199b24ef7bec0 Mon Sep 17 00:00:00 2001 From: "Wei.Han" Date: Tue, 10 Dec 2019 17:28:00 +0100 Subject: [PATCH] hard code first --- cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 2d031ce..8465f2f 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -16,7 +16,7 @@ steps: args: - '-c' - > - gcloud container clusters get-credentials --zone=$_ZONE $_CLUSTER; + gcloud container clusters get-credentials --zone=europe-west1-b hipster-tamagochi; skaffold run -f=skaffold.yaml --default-repo=gcr.io/$PROJECT_ID; # Add more power, and more time, for heavy Skaffold build