fix(CI): allow more open file descriptors
This commit is contained in:
parent
49db5035d8
commit
37b40f9e5e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue