1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2026-06-03 16:35:37 +02:00
Files
woodpecker/contrib/woodpecker-test-repo/.woodpecker/test.yml
T

16 lines
210 B
YAML
Raw Normal View History

2022-10-09 22:13:04 +02:00
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'