Compare commits

...

2 Commits

Author SHA1 Message Date
cea57b7610 Update '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2023-01-08 16:21:36 +01:00
a4b1e1c820 Update '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing
2023-01-08 16:19:24 +01:00

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 -o apcupsdexporter - go build ./cmd/apcupsd_exporter
- ls -lah - ls -lah
- name: gitea_release - name: gitea_release
@ -19,7 +19,7 @@ steps:
from_secret: gitea_token from_secret: gitea_token
base_url: https://git.lipovcan.cz base_url: https://git.lipovcan.cz
files: files:
- "apcupsd_exporter/apcupsdexporter" - "apcupsd_exporter/apcupsd_exporter"
checksum: checksum:
- md5 - md5
- sha1 - sha1