woodpecker/pipeline/samples/sample_3/pipeline.yml

20 lines
316 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:
- echo this step should fail
- exit 1
test:
image: golang:1.7
commands:
- echo this step should never execute