ci(buildkite): allow manual retry on passed coverage step (#3254)
parent
86bc58ec81
commit
e84299cc1c
|
@ -45,6 +45,9 @@ steps:
|
||||||
|
|
||||||
- label: ":docker: Build Image [coverage]"
|
- label: ":docker: Build Image [coverage]"
|
||||||
command: "authelia-scripts docker build --container=coverage"
|
command: "authelia-scripts docker build --container=coverage"
|
||||||
|
retry:
|
||||||
|
manual:
|
||||||
|
permit_on_passed: true
|
||||||
agents:
|
agents:
|
||||||
build: "linux-coverage"
|
build: "linux-coverage"
|
||||||
artifact_paths:
|
artifact_paths:
|
||||||
|
|
Loading…
Reference in New Issue