Compare commits

..

No commits in common. "ca90bfd16a6c89d90166892f2682abaa198ea261" and "7e543f4b8aca7a37e4287889d8d26e529f22aa5d" have entirely different histories.

3 changed files with 0 additions and 40 deletions

View File

@ -1,12 +0,0 @@
---
when:
- event: [pull_request, tag]
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
steps:
demo:
image: "alpine"
commands:
- echo 'Demo'

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,4 +1 @@
# TEST
asas