mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-17 17:45:03 +02:00
1bc4415075
Closes #1834 --------- Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: Anbraten <anton@ju60.de> Co-authored-by: Lauris BH <lauris@nix.lv>
17 lines
218 B
YAML
17 lines
218 B
YAML
version: 1
|
|
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'
|