mirror of
https://gitee.com/dcren/initializr.git
synced 2025-05-03 04:13:52 +08:00
Put status pending on repo while build is running
See gh-771
This commit is contained in:
parent
79623260f9
commit
6dd17bd36c
@ -87,6 +87,8 @@ jobs:
|
||||
- get: git-repo
|
||||
trigger: true
|
||||
- get: initializr-ci-image
|
||||
- put: repo-status-build
|
||||
params: { state: "pending", commit: "git-repo" }
|
||||
- task: build-project
|
||||
image: initializr-ci-image
|
||||
file: git-repo/ci/tasks/build-project.yml
|
||||
|
Loading…
Reference in New Issue
Block a user