From 2bd1d75d72c658ceb0b7d3dbc3d50f5d20e6e5d9 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Sat, 20 Apr 2024 02:46:25 -0500 Subject: [PATCH] Apparently, you can only retry twice --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e4aa321..43fa7d0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,7 +62,7 @@ shellcheck: # could get to them downloads: stage: cache - retry: 3 + retry: 2 artifacts: paths: - cache/*.iso