Skip to content

Commit

Permalink
Disables DLC
Browse files Browse the repository at this point in the history
  • Loading branch information
roobalimsab committed Jan 28, 2020
1 parent e545a47 commit 2689189
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 @@ -7,7 +7,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
docker_layer_caching: true
docker_layer_caching: false
- restore_cache:
keys:
- vendor-pkg-{{ checksum "go.sum" }}
Expand All @@ -33,7 +33,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
docker_layer_caching: true
docker_layer_caching: false
- restore_cache:
keys:
- vendor-pkg-{{ checksum "go.sum" }}
Expand Down

0 comments on commit 2689189

Please sign in to comment.