Skip to content

Commit

Permalink
set docker layer caching to false (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzernia authored Jan 30, 2020
1 parent 3f6e229 commit f39833a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ jobs:
- run: make install
- run: make build
- run: make report
- setup_remote_docker:
docker_layer_caching: false
- run: make image
- run: make publish

0 comments on commit f39833a

Please sign in to comment.