drone custom ssh git clone: git host
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dan Ballard 2021-05-03 17:44:03 -07:00
parent c0b4da41fe
commit 6b505dcdd7
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ steps:
- ls -lh ~/.ssh
- base64 -d ~/.ssh/id_rsa.b64 > ~/.ssh/id_rsa
# force by pass of ssh host key check, less secure
- ssh-keyscan -H build.openprivacy.ca >> ~/.ssh/known_hosts
- ssh-keyscan -H git.openprivacy.ca >> ~/.ssh/known_hosts
- git clone gogs@git.openprivacy.ca:flutter/flutter_app.git .
- git checkout $DRONE_COMMIT