gate-resource
gate-resource copied to clipboard
A generic quality-gate resource for Concourse CI
https://github.com/meshcloud/gate-resource/blob/92f56fa40c90d3da9b795c8887b40061519454e5/assets/git-in#L58 Seems to be causing failures when I get gates: ``` Identity added: /tmp/git-resource-private-key (/tmp/git-resource-private-key) Initialized empty Git repository in /tmp/build/get/.git error: Server does not allow request for unadvertised object...
Might just be a typo...
I'm trying to implement a use-case where I put an autoclose gate and wait for all the dependent items to pass. For the next run of my deployment pipeline, I...
Our CI pipeline builds feature branches using autoclose gates. It is expected that builds on feature branches fail from time to time and may be corrected by developers. This leaves...