bottin/.drone.yml
MrArmonius 986ef6d59d
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
Add sign to .drone
2021-07-09 15:53:12 +02:00

25 lines
387 B
YAML

---
kind: pipeline
name: bottin
steps:
- name: build
image: golang:stretch
commands:
- go get -d -v
- go build -v
- cd test_automatic
- go get -d -v
- go build -v
- name: test_bottin
image: consul:latest
commands:
- ls
- ./test_automatic/start_test.sh
---
kind: signature
hmac: 59d4ca8114cea71529b92b52b2c8f403224897b9653e3f25fe56915e8e42cb11
...