mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-18 07:54:28 +00:00
6789e28df2
Co-authored-by: Anbraten <anton@ju60.de>
15 lines
210 B
YAML
15 lines
210 B
YAML
pipeline:
|
|
test_1:
|
|
image: 'alpine'
|
|
commands:
|
|
- echo 'Test 1'
|
|
|
|
test_2:
|
|
image: 'alpine'
|
|
commands:
|
|
- echo 'Test 2'
|
|
|
|
test_3:
|
|
image: 'alpine'
|
|
commands:
|
|
- echo 'Test 3'
|