Skip to content

Commit 7e1c858

Browse files
committed
still trying to publish
1 parent 15bbeaa commit 7e1c858

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.circleci/config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,13 @@ jobs:
7171
- attach_workspace:
7272
at: ~/repo
7373

74-
# testing
75-
- run: ls -ls
76-
7774
# Authenticate with registry
7875
- run: echo "//registry.npmjs.org/:_authToken=$npm_TOKEN" > ~/repo/.npmrc
7976

77+
- run:
78+
name: Avoid hosts unknown for github
79+
command: mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
80+
8081
# deploy to npm
8182
- run: npm publish dist/elements-zone-strategy
8283

0 commit comments

Comments
 (0)