From d7eeba2682f4fb12b273a69f06866f252f0c56e1 Mon Sep 17 00:00:00 2001 From: Dave Stanke Date: Thu, 29 Nov 2018 12:46:11 -0500 Subject: [PATCH] fix broken cloudbuild.yaml --- cloudbuild.yaml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index bb7b227..e61a027 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -4,15 +4,7 @@ # - Cloud Build service account must have roles: "Kubernetes Engine Developer", "Storage Object Creator", \ # "Storage Object" -# steps: -# # modify skaffold config to deploy to cluster in *current* GCP project -# - id: 'Patch Skaffold config' -# name: ubuntu -# args: -# - 'sed' -# - '-i' -# - 's/microservices-demo-app/$PROJECT_ID/g' -# - 'skaffold.yaml' +steps: # authenticate to GKE cluster - id: 'Get GKE credentials' @@ -44,6 +36,6 @@ - 'CLOUDSDK_CONTAINER_CLUSTER=demo-app-staging' # Add more power, and more time, for heavy Skaffold build -timeout: 3600s +timeout: '3600s' options: machineType: 'N1_HIGHCPU_8' \ No newline at end of file