Skip to content

Commit

Permalink
Regenerate cloudbuild.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Percival committed Nov 30, 2018
1 parent e29eb1f commit 42e2a39
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,24 @@ steps:
- -j4
- app/verify

- id: Verify trillian
name: gcr.io/cloud-marketplace-tools/k8s/dev:local
waitFor:
- Copy kubectl Credentials
- Copy gcloud Credentials
- Pull Dev Image
env:
- 'KUBE_CONFIG=/workspace/.kube'
- 'GCLOUD_CONFIG=/workspace/.config/gcloud'
# Use local Docker network named cloudbuild as described here:
# https://cloud.google.com/cloud-build/docs/overview#build_configuration_and_build_steps
- 'EXTRA_DOCKER_PARAMS=--net cloudbuild'
dir: k8s/trillian
args:
- make
- -j4
- app/verify

- id: Verify wordpress
name: gcr.io/cloud-marketplace-tools/k8s/dev:local
waitFor:
Expand Down

0 comments on commit 42e2a39

Please sign in to comment.