Fix invalid YAML
This commit is contained in:
parent
6c0be01270
commit
1f39099380
1 changed files with 1 additions and 2 deletions
|
@ -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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue