Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
remackgeek committed Feb 9, 2020
1 parent 8af14d3 commit 05813a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ jobs:
at: ~/repo

# Authenticate with registry
- run: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/repo/.npmrc
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc

- run: echo "//registry.npmjs.org/:_authToken=$dummy_VAR" > ~/repo/foo
- run: echo "//registry.npmjs.org/:_authToken=$DUMMY_VAR" > ~/repo/foo

- run: cat ~/repo/foo

Expand Down

0 comments on commit 05813a5

Please sign in to comment.