Put status pending on repo while build is running

See gh-771
This commit is contained in:
Madhura Bhave 2018-11-19 15:23:39 -08:00
parent 79623260f9
commit 6dd17bd36c

View File

@ -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