Skip to content

Commit

Permalink
Merge pull request #1209 from priyawadhwa/release
Browse files Browse the repository at this point in the history
Get credentials before releasing docs controller image
  • Loading branch information
priyawadhwa authored Oct 26, 2018
2 parents bef7858 + 3c4b131 commit bc8a69a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions deploy/webhook/cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
steps:
# Get cluster credentials
- name: gcr.io/k8s-skaffold/skaffold:v0.16.0
args:
- 'gcloud'
- 'container'
- 'clusters'
- 'get-credentials'
- 'docs'
- '--zone'
- 'us-west2-a'
- '--project'
- 'k8s-skaffold'
# Build and push the image with the :commit_sha tag
- name: gcr.io/k8s-skaffold/skaffold:v0.16.0
args:
Expand Down

0 comments on commit bc8a69a

Please sign in to comment.