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