From 0a337f90eef1c4418c2f35ba6aec80dc39125aee Mon Sep 17 00:00:00 2001 From: s3lph <1375407-s3lph@users.noreply.gitlab.com> Date: Tue, 19 Jul 2022 23:36:23 +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 e9f526a..5cb4f86 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,7 @@ stages: - test - build - deploy +- upload @@ -102,3 +103,13 @@ release: - python3 package/release.py only: - tags + + + +repo: + stage: upload + trigger: s3lph/custom-packages + variables: + MULTIPROJECT_TRIGGER_JOBNAME: easywks + only: + - tags