woodpecker/pipeline/samples/sample_6/pipeline.yml

23 lines
342 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: woodpeckerci/plugin-git
2019-04-06 13:44:04 +00:00
depth: 50
steps:
2019-04-06 13:44:04 +00:00
build:
image: golang:1.7
commands:
- go get -t ./...
- go build
- go test -v
slack:
image: plugins/slack
channel: builds
username: drone
2023-10-24 12:42:05 +00:00
secrets: [slack_webhook]