Compare commits
2 Commits
exporter-u
...
master
Author | SHA1 | Date | |
---|---|---|---|
cea57b7610 | |||
a4b1e1c820 |
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user