2019-04-06 13:44:04 +00:00
|
|
|
workspace:
|
|
|
|
base: /go
|
|
|
|
path: src/github.com/drone/envsubst
|
|
|
|
|
|
|
|
clone:
|
|
|
|
git:
|
2021-10-16 00:54:28 +00:00
|
|
|
image: woodpeckerci/plugin-git
|
2019-04-06 13:44:04 +00:00
|
|
|
depth: 50
|
|
|
|
|
|
|
|
pipeline:
|
|
|
|
build:
|
|
|
|
image: golang:1.7
|
|
|
|
commands:
|
|
|
|
- go get -t ./...
|
|
|
|
- go build
|
|
|
|
- go test -v
|