2021-04-05 10:19:02 +00:00
|
|
|
---
|
2021-07-06 23:49:33 +00:00
|
|
|
kind: pipeline
|
|
|
|
name: bottin
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: build
|
|
|
|
image: golang:stretch
|
|
|
|
commands:
|
|
|
|
- go get -d -v
|
|
|
|
- go build -v
|
2021-07-16 14:56:56 +00:00
|
|
|
- cd test
|
|
|
|
- go test -i -c -o test
|
2021-07-06 23:49:33 +00:00
|
|
|
|
|
|
|
- name: test_bottin
|
|
|
|
image: consul:latest
|
2021-07-09 13:47:54 +00:00
|
|
|
environment:
|
|
|
|
BOTTIN_DEFAULT_ADMIN_PW: priZ4Cg0x5NkSyiIN/MpvWw4ZEy8f8s1
|
2021-07-06 23:49:33 +00:00
|
|
|
commands:
|
2021-07-16 14:56:56 +00:00
|
|
|
- ash test/runner.sh
|
2021-02-08 13:12:52 +00:00
|
|
|
|
2021-04-05 10:19:02 +00:00
|
|
|
---
|
|
|
|
kind: signature
|
2021-07-16 14:56:56 +00:00
|
|
|
hmac: ff246a04c3df8a2f39c8b446dea920622d61950e6caaac886931bdb05d0706ed
|
2021-04-05 10:19:02 +00:00
|
|
|
|
|
|
|
...
|