2021-04-05 10:19:02 +00:00
|
|
|
---
|
2021-07-09 13:37:07 +00:00
|
|
|
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:
|
2021-07-09 13:47:54 +00:00
|
|
|
- ls
|
2021-07-09 13:37:07 +00:00
|
|
|
- ./test_automatic/start_test.sh
|
2021-02-08 13:12:52 +00:00
|
|
|
|
2021-04-05 10:19:02 +00:00
|
|
|
---
|
|
|
|
kind: signature
|
2021-07-09 13:53:12 +00:00
|
|
|
hmac: 59d4ca8114cea71529b92b52b2c8f403224897b9653e3f25fe56915e8e42cb11
|
2021-04-05 10:19:02 +00:00
|
|
|
|
|
|
|
...
|