From 95a2c481b7bb664a58e1bcbb1dc0ce63f4f110a1 Mon Sep 17 00:00:00 2001 From: s3lph <1375407-s3lph@users.noreply.gitlab.com> Date: Tue, 19 Jul 2022 23:37:21 +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 c2fd5b8..49a13e6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,7 @@ stages: - coverage - build - deploy +- upload @@ -150,3 +151,13 @@ release: - python3 package/release.py only: - tags + + + +repo: + stage: upload + trigger: s3lph/custom-packages + variables: + MULTIPROJECT_TRIGGER_JOBNAME: multischleuder + only: + - tags