Golang build
continuous-integration/drone Build is failing Details

This commit is contained in:
Radim Lipovčan 2023-01-08 12:28:23 +01:00
commit 41e0e9d059
No known key found for this signature in database
GPG Key ID: A7CB3F1DA87ED8F7
2 changed files with 12 additions and 0 deletions

11
.drone.yml Normal file
View 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

1
README.md Normal file
View File

@ -0,0 +1 @@
# Build apcupsd exporter