fix install
continuous-integration/drone/tag Build was killed
Details
continuous-integration/drone/tag Build was killed
Details
This commit is contained in:
parent
91270ea289
commit
1eb1aa61e9
|
@ -100,7 +100,7 @@ steps:
|
|||
from_secret: github_private_key
|
||||
commands:
|
||||
- apt-get update > /dev/null
|
||||
- apt-get install openssh-client
|
||||
- apt-get install -y openssh-client
|
||||
- mkdir $HOME/.ssh
|
||||
- echo "UserKnownHostsFile=/dev/null" >> $HOME/.ssh/config
|
||||
- echo "StrictHostKeyChecking=no" >> $HOME/.ssh/config
|
||||
|
|
Loading…
Reference in New Issue