Don't use docker_layer_caching option

This commit is contained in:
Adam Miskiewicz
2017-10-20 15:09:32 -07:00
parent 62029b8975
commit cabb7bc7e5

View File

@@ -16,7 +16,6 @@ jobs:
- run: yarn # install root deps
- run: ./scripts/test.sh # run tests
- setup_remote_docker
docker_layer_caching: true # (3)
- deploy:
command: |
set -x