go-build-apcupsd-exporter/.drone.yml
Radim Lipovčan 68e176b3d1
All checks were successful
continuous-integration/drone/push Build is passing
Update '.drone.yml'
2023-01-08 12:33:22 +01:00

13 lines
235 B
YAML

kind: pipeline
name: build
type: docker
steps:
- name: clone-repo
image: golang:1.20rc2-alpine3.17
commands:
- apk add git
- git clone https://git.lipovcan.cz/Upstream/apcupsd_exporter.git
- cd apcupsd_exporter
- go build