woodpecker/pipeline/samples/sample_4/pipeline.yml
6543 6828057f66
Switch default git plugin (#449)
* update pipeline samples

* update docs

* use woodpeckerci/plugin-git:latest as default

* code format nit
2021-10-15 19:54:28 -05:00

22 lines
366 B
YAML

workspace:
base: /go
path: src/github.com/drone/envsubst
clone:
git:
image: woodpeckerci/plugin-git
depth: 50
pipeline:
build:
image: golang:1.7
commands:
- echo this step should fail
- exit 1
test:
image: golang:1.7
commands:
- echo this step should execute, despite failure
when:
status: [ failure ]