diff options
author | Tim Smith <tsmith84@gmail.com> | 2019-08-08 09:16:54 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-08-08 09:16:54 -0700 |
commit | d086efed4b0ca326f2e451c458b919198f53de87 (patch) | |
tree | 856087b96027ae07e261d330e99cbc80cd264d68 /.expeditor | |
parent | 1097c5071f90767a6cd86fc95f799d7f64846faf (diff) | |
download | chef-d086efed4b0ca326f2e451c458b919198f53de87.tar.gz |
Fix config levelretries
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/verify.pipeline.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 817618fb73..ef2ebb0b51 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -3,9 +3,9 @@ expeditor: defaults: buildkite: timeout_in_minutes: 30 - retry: - automatic: - limit: 1 + retry: + automatic: + limit: 1 steps: |