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:
Felipe Lalanne 2021-03-31 10:36:47 -03:00
parent bfad084972
commit 7a318f2227

View File

@ -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: |