chore: enable wp #4
6
.woodpecker/demo.yml
Normal file
6
.woodpecker/demo.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
steps:
|
||||||
|
demo:
|
||||||
|
image: "alpine"
|
||||||
|
commands:
|
||||||
|
- echo 'Demo'
|
19
.woodpecker/test.yml
Normal file
19
.woodpecker/test.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
---
|
||||||
|
steps:
|
||||||
|
test_1:
|
||||||
|
image: "alpine"
|
||||||
|
commands:
|
||||||
|
- echo 'Test 1'
|
||||||
|
- sleep 10
|
||||||
|
|
||||||
|
test_2:
|
||||||
|
image: "alpine"
|
||||||
|
commands:
|
||||||
|
- echo 'Test 2'
|
||||||
|
- sleep 5
|
||||||
|
|
||||||
|
test_3:
|
||||||
|
image: "alpine"
|
||||||
|
commands:
|
||||||
|
- echo 'Test 3'
|
||||||
|
- sleep 5
|
Loading…
Reference in New Issue
Block a user