Update '.drone.yml'

master
Robert Zaage 2 years ago
parent c22a157a63
commit a01ac56d84

@ -6,10 +6,4 @@ steps:
- name: compile
image: gcc
commands:
- make
- name: release
image: alpine
commands:
- apk add curl
- curl --user "$GITEA_USER":"$GITEA_TOKEN" --upload-file balong-usbload https://git.zaage.it/api/packages/"$GITEA_USER"/generic/balong-usbload/2.20.0/balong-usbload
- make
Loading…
Cancel
Save