drone windows username
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Dan Ballard 2021-05-06 14:25:25 -07:00
parent adf8653d3a
commit 5acdd2f0c6
1 changed files with 3 additions and 1 deletions

View File

@ -168,10 +168,12 @@ steps:
- name: clone
commands:
- # force by pass of ssh host key check, less secure
#- ssh-keyscan -H git.openprivacy.ca >> ~/.ssh/known_hosts
# - ssh-keyscan -H git.openprivacy.ca >> ~/.ssh/known_hosts
- echo $DRONE_UI_USERNAME
- echo $Env:DRONE_UI_USERNAME
- echo %userprofile%
- echo %username%
- whoami
- dir
- git clone gogs@git.openprivacy.ca:flutter/flutter_app.git .
- git checkout $DRONE_COMMIT