This commit is contained in:
commit
41e0e9d059
11
.drone.yml
Normal file
11
.drone.yml
Normal file
@ -0,0 +1,11 @@
|
||||
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
|
||||
- go build
|
Loading…
Reference in New Issue
Block a user