Update '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Radim Lipovčan 2023-01-08 12:48:40 +01:00
parent a92705e50f
commit 927123e5ef

View File

@ -9,7 +9,7 @@ steps:
- apk add git - apk add git
- git clone https://git.lipovcan.cz/Upstream/apcupsd_exporter.git - git clone https://git.lipovcan.cz/Upstream/apcupsd_exporter.git
- cd apcupsd_exporter - cd apcupsd_exporter
- go build - go build -o apcupsdexporter
- ls -lah - ls -lah
- name: gitea_release - name: gitea_release
@ -26,4 +26,7 @@ steps:
- sha256 - sha256
- sha512 - sha512
- adler32 - adler32
- crc32 - crc32
when:
event:
- tag