From 9e9b8deb20962035015ba48bb5450dc4dcd83c26 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Sun, 31 Dec 2023 15:27:33 +0000 Subject: [PATCH] fix: rm unused DOCKER_NTRIES and DOCKER_WAIT_TIME --- .gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f4c5fa2..5c87d498 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,11 +21,6 @@ variables: GH_REGISTRY_USER: eic GH_PUSH: 1 - ## TLS error resiliency: number of retries and second wait between tries - ## (wait time is doubled with each attempt) - DOCKER_NTRIES: 5 - DOCKER_WAIT_TIME: 5 - ## Number of jobs to start during container builds JOBS: 32