From 6dd17bd36cfb704bc7066754b1bab7a68ad54ba0 Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Mon, 19 Nov 2018 15:23:39 -0800 Subject: [PATCH] Put status pending on repo while build is running See gh-771 --- ci/pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 4a03d0a0..fb2ad877 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -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