Add CI task to trigger a build of the repository pipeline
This commit is contained in:
parent
879bd5b1b7
commit
69315c80e8
1 changed files with 11 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue