Use .npmrc rather than .git-credentials

This commit is contained in:
Natalie Weizenbaum 2018-02-03 20:06:49 -08:00
parent 4b0c276434
commit 651674ab91
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ openssl aes-256-cbc -K $encrypted_d18df560dfb2_key -iv $encrypted_d18df560dfb2_i
mkdir -p ~/.pub-cache mkdir -p ~/.pub-cache
tar xfO credentials.tar npm > ~/.npmrc tar xfO credentials.tar npm > ~/.npmrc
tar xfO credentials.tar pub > ~/.pub-cache/credentials.json tar xfO credentials.tar pub > ~/.pub-cache/credentials.json
tar xfO credentials.tar git > ~/.git-credentials tar xfO credentials.tar git > ~/.npmrc
function travis_cmd() { function travis_cmd() {
echo "\$ $@" echo "\$ $@"

Binary file not shown.