Compare commits
No commits in common. "master" and "test-2" have entirely different histories.
@ -1,17 +0,0 @@
|
||||
---
|
||||
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
|
@ -1,25 +0,0 @@
|
||||
---
|
||||
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