mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-10-31 22:38:49 +00:00
f56f9cb1c0
Co-authored-by: Robert Kaussow <xoxys@rknet.org>
15 lines
207 B
YAML
15 lines
207 B
YAML
steps:
|
|
test_1:
|
|
image: 'alpine'
|
|
commands:
|
|
- echo 'Test 1'
|
|
|
|
test_2:
|
|
image: 'alpine'
|
|
commands:
|
|
- echo 'Test 2'
|
|
|
|
test_3:
|
|
image: 'alpine'
|
|
commands:
|
|
- echo 'Test 3'
|