From 7229dd4d5761c7b178cc0806ff1f4473ebe2ff1e Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Tue, 5 Oct 2021 17:00:28 -0400 Subject: [PATCH] can we make it retry the git commands? --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bd56bbc7..4494a165 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,10 @@ default: - "nixos" - "shell" +variables: + # https://docs.gitlab.com/ee/ci/runners/configure_runners.html#job-stages-attempts + GET_SOURCES_ATTEMPTS: 10 + docs: stage: "build" script: -- GitLab