Skip to content

Commit

Permalink
add github to known hosts in CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed May 20, 2022
1 parent e7cacc7 commit 9d6d076
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Expand Up @@ -95,6 +95,9 @@ jobs:
steps:
- attach_workspace:
at: ~/auto
- run:
name: Add github.com to known hosts
command: ssh-keyscan github.com >> ~/.ssh/known_hosts
- run:
name: Release
command: yarn auto shipit -vv
Expand Down

0 comments on commit 9d6d076

Please sign in to comment.