From 0b8157a101e2d44f20ad063f1039bf2efabf31fc Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 1 Aug 2022 09:48:29 -0500 Subject: [PATCH] move npm cache --- ci/podTemplate.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/podTemplate.yaml b/ci/podTemplate.yaml index 823e05d..16adea5 100644 --- a/ci/podTemplate.yaml +++ b/ci/podTemplate.yaml @@ -12,6 +12,9 @@ spec: command: - sleep - infinity + env: + - name: npm_config_cache + value: ./npm_cache resources: limits: cpu: 500m