Fix invalid YAML

This commit is contained in:
Dave Stanke 2019-01-14 11:57:44 -05:00
parent 6c0be01270
commit 1f39099380

View file

@ -3,7 +3,7 @@
# #
# PREREQUISITES: # PREREQUISITES:
# - Cloud Build service account must have role: "Kubernetes Engine Developer" # - Cloud Build service account must have role: "Kubernetes Engine Developer"
#
# USAGE: # USAGE:
# GCP zone and GKE target cluster must be specified as substitutions # GCP zone and GKE target cluster must be specified as substitutions
# Example invocation: # Example invocation:
@ -21,7 +21,6 @@ steps:
- "COMMIT_SHA=$COMMIT_SHA" - "COMMIT_SHA=$COMMIT_SHA"
- "SHORT_SHA=$SHORT_SHA" - "SHORT_SHA=$SHORT_SHA"
steps:
- id: 'Deploy application to cluster' - id: 'Deploy application to cluster'
name: 'gcr.io/k8s-skaffold/skaffold:v0.20.0' name: 'gcr.io/k8s-skaffold/skaffold:v0.20.0'
entrypoint: 'bash' entrypoint: 'bash'