Skip to content

Commit 8af14d3

Browse files
committed
more debugging deploy
1 parent 99d2721 commit 8af14d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ jobs:
7373
# Authenticate with registry
7474
- run: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/repo/.npmrc
7575

76+
- run: echo "//registry.npmjs.org/:_authToken=$dummy_VAR" > ~/repo/foo
77+
78+
- run: cat ~/repo/foo
79+
7680
- run: ls -lsa
7781

7882
# deploy to npm

0 commit comments

Comments
 (0)