fix(CI): try to pull base image before build
This commit is contained in:
parent
d4a92e498c
commit
868610334c
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ before_script:
|
||||||
- source environment
|
- source environment
|
||||||
- ulimit -n 65000
|
- ulimit -n 65000
|
||||||
- docker pull "$CI_REGISTRY_IMAGE" || true
|
- docker pull "$CI_REGISTRY_IMAGE" || true
|
||||||
|
- docker pull "$BASE"
|
||||||
- >
|
- >
|
||||||
docker build
|
docker build
|
||||||
--ulimit nofile=90000
|
--ulimit nofile=90000
|
||||||
|
|
Loading…
Reference in a new issue