24 lines
381 B
YAML
24 lines
381 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:
|
|
- bash test_automatic/start_test.sh
|
|
|
|
---
|
|
kind: signature
|
|
hmac: 5c319176dcd13198853df2c7922e2df4c8dfd5c3611a72e9d69f8ddd4bc09e46
|
|
|
|
...
|