fix(CI): set conainter ulimit

This commit is contained in:
Sven Feyerabend 2021-05-19 13:49:02 +02:00
parent 37b40f9e5e
commit 5dc40db73c
1 changed files with 1 additions and 0 deletions

View File

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