From 45cc8212d309ad4c1862dfa774c0851353cf2588 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Sun, 16 Apr 2017 00:46:02 -0400 Subject: [PATCH] Add .npmrc Make any npm commands infra provided .npmrc. Currently this file contains a registry configuration to make npm use Nexus as a npmjs registry which is setup as a proxy of upstream npmjs' repository. This allows us to be more resilient to upstream infra issues that are out of our control. Change-Id: I4c8451aa66921fecffb9f968d7c7bb42214dde2a Signed-off-by: Thanh Ha --- jjb/releng-macros.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jjb/releng-macros.yaml b/jjb/releng-macros.yaml index ab2f6b732..cf1f3a513 100644 --- a/jjb/releng-macros.yaml +++ b/jjb/releng-macros.yaml @@ -466,6 +466,8 @@ - mask-passwords - config-file-provider: files: + - file-id: npmrc + target: '$HOME/.npmrc' - file-id: rackspace-heat target: '$HOME/.config/openstack/clouds.yaml' - timeout: -- 2.36.6