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
|
- coverage
|
||||||
- build
|
- build
|
||||||
- deploy
|
- deploy
|
||||||
|
- upload
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -150,3 +151,13 @@ release:
|
||||||
- python3 package/release.py
|
- python3 package/release.py
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
repo:
|
||||||
|
stage: upload
|
||||||
|
trigger: s3lph/custom-packages
|
||||||
|
variables:
|
||||||
|
MULTIPROJECT_TRIGGER_JOBNAME: multischleuder
|
||||||
|
only:
|
||||||
|
- tags
|
||||||
|
|
Loading…
Reference in a new issue