Add CI task to trigger a build of the repository pipeline. Hope this works...
This commit is contained in:
parent
3572ad5a96
commit
cbd8a23236
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue