chore(gitlab-ci): fix npmrc install contd
This commit is contained in:
parent
c0e625f266
commit
7ae460dacb
@ -51,10 +51,9 @@ 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
|
||||
- echo $NPMRC # TODO: debug
|
||||
- cat $NPMRC # TODO: debug
|
||||
- cat $NPMRC > .npmrc
|
||||
- cat .npmrc # TODO: debug
|
||||
- echo ${FONTAWESOME_NPM_AUTH_TOKEN} # TODO: debug
|
||||
# - echo ${FONTAWESOME_NPM_AUTH_TOKEN} > .npmrc
|
||||
# - cat .npmrc # TODO: debug
|
||||
# - install -v -T -m 0644 "${NIX_NETRC}" /etc/nix/netrc
|
||||
artifacts:
|
||||
paths:
|
||||
|
||||
Reference in New Issue
Block a user