25 lines
387 B
YAML
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
|
|
|
|
...
|