mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 03:41:01 +00:00
16 lines
210 B
YAML
16 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'
|