Skip to content

Commit 5ab08c9

Browse files
committed
ci: disable strict host key checking for Github
1 parent bb069a1 commit 5ab08c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,10 @@ jobs:
155155

156156
- add_ssh_keys
157157

158+
- run:
159+
name: Disable strict host key checking
160+
command: mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
161+
158162
- run:
159163
name: Setup the bot's Git credentials
160164
command: >

0 commit comments

Comments
 (0)