You've already forked woodpecker
mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-06-03 16:35:37 +02:00
17 lines
245 B
YAML
17 lines
245 B
YAML
skip_clone: true
|
|
|
|
steps:
|
|
- name: build
|
|
image: dummy
|
|
commands:
|
|
- echo building
|
|
environment:
|
|
STEP_EXIT_CODE: '2'
|
|
|
|
- name: notify
|
|
image: dummy
|
|
commands:
|
|
- echo notifying
|
|
when:
|
|
- status: [failure]
|