Add CI task to trigger a build of the repository pipeline. Hope this works...

This commit is contained in:
s3lph 2022-07-19 22:52:56 +02:00
parent 3572ad5a96
commit cbd8a23236

View file

@ -5,6 +5,7 @@ stages:
- test - test
- build - build
- deploy - deploy
- upload
@ -123,3 +124,12 @@ release:
- python package/release.py - python package/release.py
only: only:
- tags - tags
repo:
stage: upload
trigger: s3lph/custom-packages
variables:
MULTIPROJECT_TRIGGER_JOBNAME: matemat
only:
- staging