Compare commits

..

No commits in common. "master" and "test-2" have entirely different histories.

3 changed files with 1 additions and 42 deletions

View File

@ -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

View File

@ -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

View File

@ -1,2 +1,3 @@
# TEST
asas