woodpecker/cncd/pipeline/samples/sample_1/pipeline.yml

17 lines
230 B
YAML
Raw Normal View History

2019-04-06 13:44:04 +00:00
workspace:
base: /go
path: src/github.com/drone/envsubst
clone:
git:
image: plugins/git
depth: 50
pipeline:
build:
image: golang:1.11
2019-04-06 13:44:04 +00:00
commands:
- go get -t ./...
- go build
- go test -v