Skip to content

Commit

Permalink
fix(ci): hacky no host check for github for now
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisboustead committed Mar 21, 2019
1 parent 7a48c29 commit fdb9083
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
steps:
- attach_workspace:
at: ~/repo
- run:
name: Disable github auth check
command: mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
- run:
name: Create release
command: npm run release
Expand Down

0 comments on commit fdb9083

Please sign in to comment.