Skip to content

Commit 0b6f5c2

Browse files
committed
CI: Add missing host key
1 parent d1ede45 commit 0b6f5c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
command: |
1515
mkdir -p ~/.ssh
1616
echo $GH_HOST >> ~/.ssh/known_hosts
17+
echo $RPM_HOST >> ~/.ssh/known_hosts
1718
- run:
1819
name: Install rsync
1920
command: |

0 commit comments

Comments
 (0)