Skip to content

Commit

Permalink
enable docker layer caching in circleci
Browse files Browse the repository at this point in the history
remove "Download docker images for cache" step as we don't need it any more
  • Loading branch information
LeoMcA committed Sep 27, 2021
1 parent c060536 commit 029d8c8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 029d8c8

Please sign in to comment.