chore: enable wp (#4)
Reviewed-on: #4 Co-authored-by: Robert Kaussow <mail@thegeeklab.de> Co-committed-by: Robert Kaussow <mail@thegeeklab.de>
This commit is contained in:
parent
c2d6e96c67
commit
2a5945de3e
12
.woodpecker/demo.yml
Normal file
12
.woodpecker/demo.yml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
when:
|
||||
- event: [pull_request, tag]
|
||||
- event: [push, manual]
|
||||
branch:
|
||||
- ${CI_REPO_DEFAULT_BRANCH}
|
||||
|
||||
steps:
|
||||
demo:
|
||||
image: "alpine"
|
||||
commands:
|
||||
- echo 'Demo'
|
25
.woodpecker/test.yml
Normal file
25
.woodpecker/test.yml
Normal file
@ -0,0 +1,25 @@
|
||||
---
|
||||
when:
|
||||
- event: [pull_request, tag]
|
||||
- event: [push, manual]
|
||||
branch:
|
||||
- ${CI_REPO_DEFAULT_BRANCH}
|
||||
|
||||
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