14 lines
201 B
YAML
14 lines
201 B
YAML
---
|
|
pipeline:
|
|
build:
|
|
image: golang:stretch
|
|
commands:
|
|
- go get -d -v
|
|
- go build -v
|
|
|
|
---
|
|
kind: signature
|
|
hmac: 38948cd073f3a0b73ab7bb13ba1b5e18c64c02976abfd6dcd5bf7a4c34197e8c
|
|
|
|
...
|