Initial commit
This commit is contained in:
commit
7724a7614e
24 changed files with 1653 additions and 0 deletions
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
stages:
|
||||
- triggers
|
||||
|
||||
trigger:app:
|
||||
stage: triggers
|
||||
trigger:
|
||||
include: app/.gitlab-ci.yml
|
||||
only:
|
||||
changes:
|
||||
- "app/*"
|
||||
Reference in a new issue