From cd0e34de3c1cbd3a8e2463e8bc8a49a950569091 Mon Sep 17 00:00:00 2001 From: Sven Feyerabend Date: Wed, 19 May 2021 00:14:52 +0200 Subject: [PATCH] fix(ci): increase maximum number of open file descriptors --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fd6be66..85152e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ before_script: - source environment - docker pull "$CI_REGISTRY_IMAGE" || true - | - docker build --cache-from "$CI_REGISTRY_IMAGE" --pull + docker build --ulimit nofile=9000 --cache-from "$CI_REGISTRY_IMAGE" --pull --build-arg "BASE=$BASE" --build-arg "LDAP_PLUGIN_URL=$LDAP_PLUGIN_URL" --build-arg login_text="${LOGIN_TEXT}"