Turn off CircleCI docker_layer_caching

This commit is contained in:
stefanprodan
2019-10-12 17:50:12 +03:00
parent f891e0683b
commit 10139749da

View File

@@ -24,7 +24,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
docker_layer_caching: true
docker_layer_caching: false
- run: make build-container
- run: |
if [ -z "$CIRCLE_TAG" ]; then