From 142e2eccf4681d9ef33954e585e809f1a61d75c5 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Sun, 27 Aug 2023 23:38:20 +0000 Subject: [PATCH] fix: jobs 32 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 79aa7e05e..d988c1e2e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,7 +27,7 @@ variables: DOCKER_WAIT_TIME: 5 ## Number of jobs to start during container builds - JOBS: 64 + JOBS: 32 ## is this nightly or not? NIGHTLY: "" -- GitLab