Skip to content

Commit fdb9083

Browse files
committed
fix(ci): hacky no host check for github for now
1 parent 7a48c29 commit fdb9083

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
steps:
4040
- attach_workspace:
4141
at: ~/repo
42+
- run:
43+
name: Disable github auth check
44+
command: mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
4245
- run:
4346
name: Create release
4447
command: npm run release

0 commit comments

Comments
 (0)