drone: win exec runner figure out user to populate
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Dan Ballard 2021-05-05 17:41:55 -07:00
parent 06cddc18ed
commit 688f39ceb9
1 changed files with 3 additions and 0 deletions

View File

@ -165,6 +165,9 @@ clone:
steps:
- name: clone
commands:
- # force by pass of ssh host key check, less secure
#- ssh-keyscan -H git.openprivacy.ca >> ~/.ssh/known_hosts
- touch ~/this_user
- git clone gogs@git.openprivacy.ca:flutter/flutter_app.git .
- git checkout $DRONE_COMMIT