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:44:30 -07:00
parent 688f39ceb9
commit fae965b982
1 changed files with 4 additions and 1 deletions

View File

@ -167,7 +167,10 @@ steps:
commands:
- # force by pass of ssh host key check, less secure
#- ssh-keyscan -H git.openprivacy.ca >> ~/.ssh/known_hosts
- touch ~/this_user
- echo $DRONE_UI_USERNAME
- echo $Env:DRONE_UI_USERNAME
- echo "hello" > this_user
- echo %userprofile%
- git clone gogs@git.openprivacy.ca:flutter/flutter_app.git .
- git checkout $DRONE_COMMIT