Trigger build on code change

This commit is contained in:
Stephane Nicoll 2018-11-09 10:33:53 +01:00
parent beefea77cf
commit 8cd203f2e6

View File

@ -14,7 +14,7 @@ resources:
- name: ci-images-git-repo
type: git
source:
uri: ((github-repo)
uri: ((github-repo))
branch: ((branch))
paths: ["ci/images/*"]
- name: initializr-ci-image
@ -43,6 +43,7 @@ jobs:
serial: true
plan:
- get: git-repo
trigger: true
- get: initializr-ci-image
- task: build-project
image: initializr-ci-image