mirror of
https://github.com/inspec/inspec
synced 2024-11-10 23:24:18 +00:00
Merge pull request #4885 from inspec/zenspider/habitat/retry
Habitat builds blow up enough that we should try again.
This commit is contained in:
commit
093af59ea2
2 changed files with 10 additions and 0 deletions
|
@ -3,6 +3,9 @@ expeditor:
|
|||
defaults:
|
||||
buildkite:
|
||||
timeout_in_minutes: 30
|
||||
retry:
|
||||
automatic:
|
||||
limit: 1
|
||||
|
||||
steps:
|
||||
|
||||
|
|
|
@ -1,2 +1,9 @@
|
|||
---
|
||||
origin: chef
|
||||
|
||||
expeditor:
|
||||
defaults:
|
||||
buildkite:
|
||||
retry:
|
||||
automatic:
|
||||
limit: 1
|
||||
|
|
Loading…
Reference in a new issue