Compare commits
10 Commits
Author | SHA1 | Date | |
---|---|---|---|
e28e094a61 | |||
5a56ab7fe4 | |||
f94e2b0377 | |||
81e6ada901 | |||
1d1af03825 | |||
d8e10ab8c1 | |||
8c786873d6 | |||
7f3a557458 | |||
2a5945de3e | |||
c2d6e96c67 |
17
.woodpecker/demo.yml
Normal file
17
.woodpecker/demo.yml
Normal 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
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