_build_gluster_prometheus/.drone.yml

16 lines
290 B
YAML
Raw Normal View History

---
kind: pipeline
type: docker
name: default
platform:
arch: arm64
steps:
2021-01-18 05:57:45 +01:00
- name: get
image: golang:alpine
commands:
2021-01-18 05:57:45 +01:00
- mkdir -p $GOPATH/src/github.com/gluster
- cd $GOPATH/src/github.com/gluster
- git clone https://github.com/gluster/gluster-prometheus.git