From cbd8a23236a51ac9bcbf43243dfda89c65fd8177 Mon Sep 17 00:00:00 2001 From: s3lph <1375407-s3lph@users.noreply.gitlab.com> Date: Tue, 19 Jul 2022 22:52:56 +0200 Subject: [PATCH] Add CI task to trigger a build of the repository pipeline. Hope this works... --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ba703c..7a00d33 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,7 @@ stages: - test - build - deploy +- upload @@ -123,3 +124,12 @@ release: - python package/release.py only: - tags + + +repo: + stage: upload + trigger: s3lph/custom-packages + variables: + MULTIPROJECT_TRIGGER_JOBNAME: matemat + only: + - staging