Compare commits

...

5 Commits

Author SHA1 Message Date
Robert Kaussow ca90bfd16a
test pr 2023-12-07 20:43:20 +01:00
Robert Kaussow 2a5945de3e chore: enable wp (#4)
ci/woodpecker/push/demo Pipeline was successful Details
ci/woodpecker/push/test Pipeline was successful Details
Reviewed-on: #4
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
Co-committed-by: Robert Kaussow <mail@thegeeklab.de>
2023-12-07 16:04:32 +01:00
Robert Kaussow c2d6e96c67 Merge pull request 'test' (#2) from test-2 into master 2020-04-01 20:59:32 +02:00
Robert Kaussow 8cd16e05aa test 2020-04-01 20:59:02 +02:00
Robert Kaussow 7ba58ae815 Merge pull request 'test pr' (#1) from test into master 2020-03-11 09:10:19 +01:00
3 changed files with 40 additions and 0 deletions

12
.woodpecker/demo.yml Normal file
View 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
View 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

View File

@ -1 +1,4 @@
# TEST
asas