We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a19ce commit 5fd1df1Copy full SHA for 5fd1df1
.circleci/config.yml
@@ -16,7 +16,7 @@ jobs:
16
- run: yarn # install root deps
17
- run: ./scripts/test.sh # run tests
18
- setup_remote_docker
19
- docker_layer_caching: true # (3)
+ docker_layer_caching: true # (3)
20
- deploy:
21
command: |
22
set -x
0 commit comments