mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-05-30 06:14:18 +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:
|
steps:
|
||||||
- setup_remote_docker:
|
- setup_remote_docker:
|
||||||
version: 18.09.3
|
version: 18.09.3
|
||||||
docker_layer_caching: false
|
docker_layer_caching: true
|
||||||
- run:
|
- run:
|
||||||
name: Check docker is running and install git
|
name: Check docker is running and install git
|
||||||
command: |
|
command: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user