diff --git a/.buildkite/pipeline.sh b/.buildkite/pipeline.sh index fdcabfc01..2f21f4179 100755 --- a/.buildkite/pipeline.sh +++ b/.buildkite/pipeline.sh @@ -28,7 +28,9 @@ env: steps: - label: ":service_dog: Linting" command: "reviewdog -reporter=github-check" - if: build.branch !~ /^(master)|(v[0-9]+\.[0-9]+\.[0-9]+)$\$/ && build.env("CI_BYPASS") != "true" + retry: + automatic: true + if: build.branch !~ /^(v[0-9]+\.[0-9]+\.[0-9]+)$\$/ - label: ":hammer_and_wrench: Unit Test" command: "authelia-scripts --log-level debug ci"