Skip to content

Commit

Permalink
Remove docker layer caching (Consensys#7587)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassaldanha authored Oct 9, 2023
1 parent 121c148 commit 7732c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ executors:
machine_executor_amd64:
machine:
image: ubuntu-2204:2023.04.2 # https://circleci.com/developer/machine/image/ubuntu-2204
docker_layer_caching: true
docker_layer_caching: false
working_directory: ~/project
environment:
architecture: "amd64"
Expand Down

0 comments on commit 7732c22

Please sign in to comment.