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:
|
2019-04-10 19:41:06 +00:00
|
|
|
image: golang:1.11
|
2019-04-06 13:44:04 +00:00
|
|
|
commands:
|
|
|
|
- go get -t ./...
|
|
|
|
- go build
|
|
|
|
- go test -v
|