Skip to content

Commit 1e94ccd

Browse files
committed
fix: remove docker layer cachng in build step to bring new node versions
1 parent d513514 commit 1e94ccd

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)