From d086efed4b0ca326f2e451c458b919198f53de87 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Thu, 8 Aug 2019 09:16:54 -0700 Subject: Fix config level Signed-off-by: Tim Smith --- .expeditor/verify.pipeline.yml | 6 +++--- 1 file 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: -- cgit v1.2.1