woodpecker/pipeline/samples/sample_3/pipeline.yml
2023-06-07 12:04:37 +02:00

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