You've already forked woodpecker
mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-06-03 16:35:37 +02:00
11 lines
175 B
YAML
11 lines
175 B
YAML
skip_clone: true
|
|
|
|
steps:
|
|
- name: hungry
|
|
image: dummy
|
|
commands:
|
|
- echo eating memory
|
|
environment:
|
|
STEP_OOM_KILLED: 'true'
|
|
STEP_EXIT_CODE: '137'
|