debug(CI): don't pull cache image
This commit is contained in:
parent
868610334c
commit
aab7043626
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ services:
|
|||
before_script:
|
||||
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
|
||||
- source environment
|
||||
- ulimit -n 65000
|
||||
- docker pull "$CI_REGISTRY_IMAGE" || true
|
||||
- ulimit -n 90000
|
||||
# - docker pull "$CI_REGISTRY_IMAGE" || true
|
||||
- docker pull "$BASE"
|
||||
- >
|
||||
docker build
|
||||
|
|
Loading…
Reference in a new issue