drone windows ssh git
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Dan Ballard 2021-05-06 14:49:05 -07:00
parent 3b76d1ed01
commit a7794e0ae0
1 changed files with 2 additions and 1 deletions

View File

@ -173,8 +173,9 @@ steps:
- # force by pass of ssh host key check, less secure
- ssh-keyscan -H git.openprivacy.ca >> ..\known_hosts
- echo $buildbot_key_b64 > ..\id_rsa.b64
- dir ..
- certutil -decode ..\id_rsa.b64 ..\id_rsa
- git config core.sshCommand "ssh -o UserKnownHostsFile=..\known_hosts -i ..\id_rsa"
- git config core.sshCommand 'ssh -o UserKnownHostsFile=..\known_hosts -i ..\id_rsa'
- git clone gogs@git.openprivacy.ca:flutter/flutter_app.git .
- git checkout $DRONE_COMMIT