chore(CI): print ulimits

This commit is contained in:
Sven Feyerabend 2021-05-19 15:22:59 +02:00
parent 5dc40db73c
commit 8721e437ad
1 changed files with 1 additions and 0 deletions

View File

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