woodpecker/contrib/woodpecker-test-repo/.woodpecker/test.yml
Lukas 6789e28df2
Create test repo on Gitpod start (#1248)
Co-authored-by: Anbraten <anton@ju60.de>
2022-10-09 22:13:04 +02:00

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'