Skip to content

Commit 05813a5

Browse files
committed
debugging
1 parent 8af14d3 commit 05813a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ jobs:
7171
at: ~/repo
7272

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

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

7878
- run: cat ~/repo/foo
7979

0 commit comments

Comments
 (0)