Add CI task to trigger a build of the repository pipeline
This commit is contained in:
parent
830819a6a5
commit
0a337f90ee
1 changed files with 11 additions and 0 deletions
|
@ -5,6 +5,7 @@ stages:
|
||||||
- test
|
- test
|
||||||
- build
|
- build
|
||||||
- deploy
|
- deploy
|
||||||
|
- upload
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -102,3 +103,13 @@ release:
|
||||||
- python3 package/release.py
|
- python3 package/release.py
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
repo:
|
||||||
|
stage: upload
|
||||||
|
trigger: s3lph/custom-packages
|
||||||
|
variables:
|
||||||
|
MULTIPROJECT_TRIGGER_JOBNAME: easywks
|
||||||
|
only:
|
||||||
|
- tags
|
||||||
|
|
Loading…
Reference in a new issue