All checks were successful
continuous-integration/drone/push Build is passing
13 lines
235 B
YAML
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
|