Fix port for ssh-keyscan
continuous-integration/drone/push Build is failing Details

This commit is contained in:
3wc 2023-01-15 18:45:54 -08:00
parent 8676c14c63
commit 71f9b53116
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +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
- ssh-keyscan -p 2222 -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