Add CI task to trigger a build of the repository pipeline
This commit is contained in:
parent
edcd5bd152
commit
95a2c481b7
1 changed files with 11 additions and 0 deletions
|
@ -6,6 +6,7 @@ stages:
|
|||
- coverage
|
||||
- build
|
||||
- deploy
|
||||
- upload
|
||||
|
||||
|
||||
|
||||
|
@ -150,3 +151,13 @@ release:
|
|||
- python3 package/release.py
|
||||
only:
|
||||
- tags
|
||||
|
||||
|
||||
|
||||
repo:
|
||||
stage: upload
|
||||
trigger: s3lph/custom-packages
|
||||
variables:
|
||||
MULTIPROJECT_TRIGGER_JOBNAME: multischleuder
|
||||
only:
|
||||
- tags
|
||||
|
|
Loading…
Reference in a new issue