mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-19 10:08:22 +08:00
Trigger build on code change
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user