Compare commits
No commits in common. "ca90bfd16a6c89d90166892f2682abaa198ea261" and "7e543f4b8aca7a37e4287889d8d26e529f22aa5d" have entirely different histories.
ca90bfd16a
...
7e543f4b8a
@ -1,12 +0,0 @@
|
||||
---
|
||||
when:
|
||||
- event: [pull_request, tag]
|
||||
- event: [push, manual]
|
||||
branch:
|
||||
- ${CI_REPO_DEFAULT_BRANCH}
|
||||
|
||||
steps:
|
||||
demo:
|
||||
image: "alpine"
|
||||
commands:
|
||||
- echo 'Demo'
|
@ -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