CI: Add GH host
This commit is contained in:
parent
f6b931c273
commit
e39a820f32
1 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,11 @@ jobs:
|
|||
- add_ssh_keys:
|
||||
fingerprints:
|
||||
- "86:3b:c9:a6:d1:b9:a8:dc:0e:00:db:99:8d:19:c4:3e"
|
||||
- run:
|
||||
name: Add known hosts
|
||||
command: |
|
||||
mkdir -p ~/.ssh
|
||||
echo $GH_HOST >> ~/.ssh/known_hosts
|
||||
- run:
|
||||
name: Install NPM
|
||||
command: |
|
||||
|
|
Loading…
Reference in a new issue