enable docker layer caching in circleci

remove "Download docker images for cache" step as we don't need it any more
This commit is contained in:
Leo McArdle 2021-09-23 14:46:49 +01:00 коммит произвёл Leo McArdle
Родитель c060536c10
Коммит 029d8c83a7
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -12,9 +12,7 @@ jobs:
pre-commit run --all-files
- setup_remote_docker:
version: 17.10.0-ce
- run:
name: Download docker images for cache
command: make pull
docker_layer_caching: true
- run:
name: Build docker images
command: make build-ci