fix(CI): ulimit

This commit is contained in:
Sven Feyerabend 2021-05-19 15:26:26 +02:00
parent 8721e437ad
commit d4a92e498c
1 changed files with 1 additions and 2 deletions

View File

@ -16,8 +16,7 @@ services:
before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
- source environment
- ulimit -n 90000
- ulimit -a
- ulimit -n 65000
- docker pull "$CI_REGISTRY_IMAGE" || true
- >
docker build