Add CI task to trigger a build of the repository pipeline

This commit is contained in:
s3lph 2022-07-19 23:36:23 +02:00
parent 830819a6a5
commit 0a337f90ee

View file

@ -5,6 +5,7 @@ stages:
- test
- build
- deploy
- upload
@ -102,3 +103,13 @@ release:
- python3 package/release.py
only:
- tags
repo:
stage: upload
trigger: s3lph/custom-packages
variables:
MULTIPROJECT_TRIGGER_JOBNAME: easywks
only:
- tags