chore(gitlab-ci): fix npmrc install
This commit is contained in:
parent
c6f6fcd516
commit
f0befa9abc
@ -51,7 +51,7 @@ node modules:
|
||||
# - install -v -T -m 0644 "${SSH_KNOWN_HOSTS}" ~/.ssh/known_hosts
|
||||
# - install -v -T -m 0400 "${SSH_DEPLOY_KEY}" ~/.ssh/deploy && echo "IdentityFile ~/.ssh/deploy" >> ~/.ssh/config;
|
||||
# - install -v -T -m 0644 "${FONTAWESOME_NPM_AUTH_FILE}" /etc/fontawesome-token
|
||||
- install -v -T -m 0644 "${NPMRC}" .npmrc
|
||||
- install -v -T -m 0644 ${NPMRC} .npmrc
|
||||
# - install -v -T -m 0644 "${NIX_NETRC}" /etc/nix/netrc
|
||||
artifacts:
|
||||
paths:
|
||||
|
||||
Reference in New Issue
Block a user