mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-18 18:56:24 +00:00
Enable docker layer caching on CircleCI
Change-type: patch Signed-off-by: Miguel Casqueira <miguel@balena.io>
This commit is contained in:
parent
7908d19f9e
commit
dd2df215f0
@ -6,7 +6,7 @@ defaults: &defaults
|
||||
steps:
|
||||
- setup_remote_docker:
|
||||
version: 18.09.3
|
||||
docker_layer_caching: false
|
||||
docker_layer_caching: true
|
||||
- run:
|
||||
name: Check docker is running and install git
|
||||
command: |
|
||||
|
Loading…
Reference in New Issue
Block a user