From f64fb84902dce2a86509fe22b0ad9776fca4acdc Mon Sep 17 00:00:00 2001 From: nhyatt Date: Mon, 26 Sep 2022 17:02:10 -0500 Subject: [PATCH] chown /root/.npm --- build-k8s-lenz.jenkins | 1 - 1 file changed, 1 deletion(-) diff --git a/build-k8s-lenz.jenkins b/build-k8s-lenz.jenkins index d23f7f0..bc19603 100644 --- a/build-k8s-lenz.jenkins +++ b/build-k8s-lenz.jenkins @@ -142,7 +142,6 @@ pipeline { sh """ apt-get update apt-get install -y rpm - mkdir /root/.npm chown -R 1000:1000 "/root/.npm" su - node cd "${workspace}/lens"