mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-16 15:28:52 +00:00
Disable docker layer caching on CircleCI
Docker layer caching is a paid plan feature on Circle CI, it has started being enforced by Circle Change-type: patch
This commit is contained in:
parent
bfad084972
commit
7a318f2227
@ -6,7 +6,7 @@ defaults: &defaults
|
||||
steps:
|
||||
- setup_remote_docker:
|
||||
version: 18.09.3
|
||||
docker_layer_caching: true
|
||||
docker_layer_caching: false
|
||||
- run:
|
||||
name: Check docker is running and install git
|
||||
command: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user