Skip to content

Commit

Permalink
add github to known hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Mar 6, 2019
1 parent 18ba236 commit 7a1f5d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
steps:
- attach_workspace:
at: ~/storybook-dark-mode
- run: mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
- run:
name: Release
command: yarn release
Expand Down

0 comments on commit 7a1f5d6

Please sign in to comment.