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

This commit is contained in:
Dan Ballard 2021-05-06 15:01:35 -07:00
parent 87f6427f79
commit f6cf410114
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ steps:
- dir ..
- certutil -decode ..\id_rsa.b64 ..\id_rsa
- git init
- git config core.sshCommand 'ssh -o UserKnownHostsFile=../known_hosts -i ../id_rsa'
- git config core.sshCommand 'ssh -o UserKnownHostsFile=../known_hosts -o StrictHostKeyChecking=no -i ../id_rsa'
- git remote add origin gogs@git.openprivacy.ca:flutter/flutter_app.git
- git pull origin
- git checkout $DRONE_COMMIT