Compare commits

...

11 Commits

Author SHA1 Message Date
e28e094a61
other commit 2 [skip ci] 2024-05-11 11:29:49 +02:00
5a56ab7fe4
other commit 1 2024-05-11 11:29:43 +02:00
f94e2b0377
commit 2
All checks were successful
ci/woodpecker/push/demo Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
2024-05-11 11:29:21 +02:00
81e6ada901
[skip ci] commit 1 2024-05-11 11:29:13 +02:00
1d1af03825
new commit 2
All checks were successful
ci/woodpecker/push/demo Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
2024-05-11 11:22:02 +02:00
d8e10ab8c1
new commit 1 2024-05-11 11:21:44 +02:00
8c786873d6
test clone
Some checks failed
ci/woodpecker/push/demo Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/tag/test Pipeline failed
ci/woodpecker/tag/demo Pipeline was successful
2024-04-22 16:37:35 +02:00
7f3a557458
test clone
Some checks failed
ci/woodpecker/push/demo Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/tag/test Pipeline failed
ci/woodpecker/tag/demo Pipeline was successful
2024-04-22 15:39:47 +02:00
2a5945de3e chore: enable wp (#4)
All checks were successful
ci/woodpecker/push/demo Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
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
c2d6e96c67 Merge pull request 'test' (#2) from test-2 into master 2020-04-01 20:59:32 +02:00
8cd16e05aa test 2020-04-01 20:59:02 +02:00
3 changed files with 43 additions and 0 deletions

17
.woodpecker/demo.yml Normal file
View File

@ -0,0 +1,17 @@
---
clone:
git:
image: woodpeckerci/plugin-git
when:
- event: [pull_request, tag]
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
steps:
demo:
image: "alpine"
commands:
- echo 'Demo'
- env

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,2 @@
# TEST # TEST