diff --git a/ci/input_files/build.yaml.tpl b/ci/input_files/build.yaml.tpl index 1df7091c..ec52fb0b 100644 --- a/ci/input_files/build.yaml.tpl +++ b/ci/input_files/build.yaml.tpl @@ -4,6 +4,13 @@ stages: - sign - publish +default: + retry: + max: 1 + when: + # Retry when the runner fails to start + - runner_system_failure + .install-node: &install-node - apt-get update - apt-get install -y ca-certificates curl gnupg xxd