put back ssh_known_hosts add-on since the other hack doesn't seem to be working
This commit is contained in:
parent
d1458108f4
commit
65222ff726
|
@ -10,6 +10,7 @@ branches:
|
|||
- modern
|
||||
cache: ccache
|
||||
addons:
|
||||
ssh_known_hosts: zmrepo.zoneminder.com
|
||||
apt:
|
||||
sources:
|
||||
- sourceline: ppa:iconnor/zoneminder
|
||||
|
@ -29,6 +30,7 @@ addons:
|
|||
- traceroute
|
||||
install:
|
||||
- echo 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP18YATYUWNFiwfsVMThgzKRLrTn2+vFDAMvl0hz/O0C1pxfdODqrevGD5bkONNzRa+Olq+ZbEZ0ZYiybFzbgWg= zoneminder.com' >> $HOME/.ssh/known_hosts
|
||||
- cat $HOME/.ssh/known_hosts
|
||||
- update-binfmts --enable qemu-arm
|
||||
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue