debug(CI): don't pull cache image

This commit is contained in:
Sven Feyerabend 2021-05-25 16:59:08 +02:00
parent 868610334c
commit aab7043626
1 changed files with 2 additions and 2 deletions

View File

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