From 1f390993804579e2d8986c6721ee9b000efd9559 Mon Sep 17 00:00:00 2001 From: Dave Stanke Date: Mon, 14 Jan 2019 11:57:44 -0500 Subject: [PATCH] Fix invalid YAML --- cloudbuild.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cloudbuild.yaml b/cloudbuild.yaml index 3000d0e..f9a30ab 100644 --- a/cloudbuild.yaml +++ b/cloudbuild.yaml @@ -3,7 +3,7 @@ # # PREREQUISITES: # - Cloud Build service account must have role: "Kubernetes Engine Developer" -# + # USAGE: # GCP zone and GKE target cluster must be specified as substitutions # Example invocation: @@ -21,7 +21,6 @@ steps: - "COMMIT_SHA=$COMMIT_SHA" - "SHORT_SHA=$SHORT_SHA" -steps: - id: 'Deploy application to cluster' name: 'gcr.io/k8s-skaffold/skaffold:v0.20.0' entrypoint: 'bash'