Compare commits

..

No commits in common. 'master' and 'Initial' have entirely different histories.

  1. 5
      .drone.yml

5
.drone.yml

@ -6,9 +6,8 @@ steps: @@ -6,9 +6,8 @@ steps:
- name: Build
image: therecipe/qt:linux
commands:
- go mod vendor
- qtdeploy build linux
- go vet -v
- qtdeploy build linux
- name: gitea_release
image: plugins/gitea-release
@ -16,7 +15,7 @@ steps: @@ -16,7 +15,7 @@ steps:
base_url: https://git.nightmare.haus
api_key:
from_secret: gitea_token
files: ./deploy/linux/TeslaGo
files: ./TeslaGo
checksum:
- md5
- sha1

Loading…
Cancel
Save