Skip to content

Commit

Permalink
Check Docker triggers (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
wgrzelak authored Sep 5, 2019
1 parent 47fb4c8 commit f42ea87
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions cloudbuild-triggers-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,21 @@

steps:

- id: Check Docker triggers
name: gcr.io/cloud-builders/gcloud
waitFor: ['-']
entrypoint: bash
args:
- -exc
- |
apt-get update
apt-get install jq -y
scripts/triggers_check.sh
env:
- 'PROJECT=$PROJECT_ID'
- 'DIRECTORY_NAME=docker'
- 'CLOUDBUILD_NAME=cloudbuild-docker.yaml'

- id: Check K8s triggers
name: gcr.io/cloud-builders/gcloud
waitFor: ['-']
Expand Down

0 comments on commit f42ea87

Please sign in to comment.