From 69315c80e84dce85261192a6e0f162c450edc4ce Mon Sep 17 00:00:00 2001 From: s3lph Date: Tue, 19 Jul 2022 23:29:07 +0200 Subject: [PATCH] Add CI task to trigger a build of the repository pipeline --- .gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 546c461..d683710 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,7 @@ stages: - test - build - release +- upload @@ -106,3 +107,13 @@ release: - python package/release.py only: - tags + + + +repo: + stage: upload + trigger: s3lph/custom-packages + variables: + MULTIPROJECT_TRIGGER_JOBNAME: icalendar-timeseries-server + #only: + #- tags