Add CI task to trigger a build of the repository pipeline

This commit is contained in:
s3lph 2022-07-19 23:37:21 +02:00
parent edcd5bd152
commit 95a2c481b7

View file

@ -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