Fix circleci.yml typo

This commit is contained in:
Adam Miskiewicz
2017-10-20 15:07:17 -07:00
parent 7754d96574
commit 62029b8975

View File

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