Bypass SSH host key check for Drone
continuous-integration/drone/push Build is failing Details

This commit is contained in:
3wc 2023-01-15 18:43:18 -08:00
parent 705bae1a81
commit 8676c14c63
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ steps:
- apk add --no-cache git openssh
- mkdir $HOME/.ssh/
- echo "SSH_$KEY" > $HOME/.ssh/id_rsa
- ssh-keyscan -t rsa git.coopcloud.tech >> $HOME/.ssh/known_hosts
- mkdir /.abra/
- git clone ssh://git@git.coopcloud.tech:2222/coop-cloud/recipes-catalogue-json.git /.abra/catalogue
- ls /.abra/catalogue