Add CI task to trigger a build of the repository pipeline

This commit is contained in:
s3lph 2022-07-19 23:29:07 +02:00
parent 879bd5b1b7
commit 69315c80e8

View file

@ -5,6 +5,7 @@ stages:
- test - test
- build - build
- release - release
- upload
@ -106,3 +107,13 @@ release:
- python package/release.py - python package/release.py
only: only:
- tags - tags
repo:
stage: upload
trigger: s3lph/custom-packages
variables:
MULTIPROJECT_TRIGGER_JOBNAME: icalendar-timeseries-server
#only:
#- tags