Skip to content

Commit

Permalink
ci(circleci): Fix add_gh_ssh_keys
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroHerr committed Dec 23, 2018
1 parent 9a22e86 commit 5ea4586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
at: ~/async-i2c-bus
- run:
name: add_gh_ssh_keys
command: ssh-keyscan github.com >> ~/.ssh/known_hosts
command: mkdir ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts
- run:
name: Release
command: yarn release
Expand Down

0 comments on commit 5ea4586

Please sign in to comment.