Skip to content

Commit 566b637

Browse files
Merge pull request #921 from snyk/fix/layer_caching
fix: remove docker layer caching in build step to bring new node versions
2 parents d513514 + 1e94ccd commit 566b637

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.circleci/config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ jobs:
100100
working_directory: ~/kubernetes-monitor
101101
build_image:
102102
machine:
103-
docker_layer_caching: true
104103
image: ubuntu-2004:202010-01
105104
steps:
106105
- checkout

.circleci/config/jobs/@jobs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
build_image:
22
machine:
33
image: ubuntu-2004:202010-01
4-
docker_layer_caching: true
54
working_directory: ~/kubernetes-monitor
65
steps:
76
- checkout

0 commit comments

Comments
 (0)