woodpecker/pipeline/samples/sample_6/pipeline.yml
2023-10-24 14:42:05 +02:00

23 lines
342 B
YAML

workspace:
base: /go
path: src/github.com/drone/envsubst
clone:
git:
image: woodpeckerci/plugin-git
depth: 50
steps:
build:
image: golang:1.7
commands:
- go get -t ./...
- go build
- go test -v
slack:
image: plugins/slack
channel: builds
username: drone
secrets: [slack_webhook]