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
144 B
YAML
11 lines
144 B
YAML
steps:
|
|
- name: build
|
|
image: dummy
|
|
commands:
|
|
- echo building
|
|
|
|
- name: test
|
|
image: dummy
|
|
commands:
|
|
- echo testing
|