bottin/.drone.yml
MrArmonius a9d9484f23
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
Add sign and transform bash to ash script
2021-07-09 16:04:19 +02:00

24 lines
380 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:
- ash test_automatic/start_test.sh
---
kind: signature
hmac: de69bea7ec60ab7e7cedf2407f724c489a740d7367bbac1dc7abfc4b8b1c94af
...