Skip to content

Commit

Permalink
Remove docker_layer_caching from the circle config as it's not enable…
Browse files Browse the repository at this point in the history
…d on this plan.
  • Loading branch information
jaqx0r committed Dec 17, 2019
1 parent 3882f6f commit 2cee3af
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ jobs:
- checkout
- go/load-cache:
key: v1
- setup_remote_docker:
docker_layer_caching: true
- setup_remote_docker
- run: |
make container
Expand Down Expand Up @@ -152,8 +151,7 @@ jobs:
executor: fuzzit
steps:
- checkout
- setup_remote_docker:
docker_layer_caching: true
- setup_remote_docker
- attach_workspace:
at: /tmp/workspace
- go/load-cache:
Expand Down

0 comments on commit 2cee3af

Please sign in to comment.