fix(CI): allow more open file descriptors

This commit is contained in:
Sven Feyerabend 2021-05-19 09:04:37 +02:00
parent 49db5035d8
commit 37b40f9e5e
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ before_script:
- docker pull "$CI_REGISTRY_IMAGE" || true - docker pull "$CI_REGISTRY_IMAGE" || true
- > - >
docker build docker build
--ulimit nofile=9000 --ulimit nofile=90000
--cache-from "$CI_REGISTRY_IMAGE" --cache-from "$CI_REGISTRY_IMAGE"
--pull --pull
--build-arg "BASE=$BASE" --build-arg "BASE=$BASE"