Commit 17782c76 authored by Sven Feyerabend's avatar Sven Feyerabend
Browse files

debug(CI):check fs.file-max

parent aab70436
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ before_script:
  - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
  - source environment
  - ulimit -n 90000
  - sysctl fs.file-max
 # - docker pull "$CI_REGISTRY_IMAGE" || true
  - docker pull "$BASE"
  - >