drone windows typo
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dan Ballard 2021-05-06 15:16:30 -07:00
parent e2ae8a4a75
commit bfe1ffa3d3
1 changed files with 5 additions and 5 deletions

View File

@ -170,20 +170,20 @@ steps:
buildbot_key_b64:
from_secret: buildbot_key_b64
commands:
- # force by pass of ssh host key check, less secure
- ssh-keyscan -H git.openprivacy.ca >> ..\known_hosts
#- # force by pass of ssh host key check, less secure
#- ssh-keyscan -H git.openprivacy.ca >> ..\known_hosts
- echo $Env:buildbot_key_b64 > ..\id_rsa.b64
- dir ..
- certutil -decode ..\id_rsa.b64 ..\id_rsa
- git init
- git config core.sshCommand 'ssh -o UserKnownHostsFile=../known_hosts -o StrictHostKeyChecking=no -i ../id_rsa'
# -o UserKnownHostsFile=../known_hosts
- git config core.sshCommand 'ssh -o StrictHostKeyChecking=no -i ../id_rsa'
- git remote add origin gogs@git.openprivacy.ca:flutter/flutter_app.git
- git pull origin trunk
- git checkout $DRONE_COMMIT
- name: fetch
commands:
- powershell -command "git describe --tags > .\VERSION"
- powershell -command "git describe --tags >.\VERSION"
- powershell -command "Get-Date -Format 'yyyy-MM-dd-HH-mm' >.\BUILDDATE"
- .\fetch-libcwtch-go.ps1
- name: build-windows