Skip to content

Commit

Permalink
Disable docker_layer_caching
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyelong committed Oct 30, 2019
1 parent 2b9c02b commit 5ffe243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ workflows:
jobs:
BuildAndDeploy:
machine:
docker_layer_caching: true
docker_layer_caching: false
steps:
- checkout
- run:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
command: docker push irisnet/irishub:testnet-$TAG
UnitTest:
machine:
docker_layer_caching: true
docker_layer_caching: false
steps:
- checkout
- run:
Expand Down

0 comments on commit 5ffe243

Please sign in to comment.