From 8526a8fe4298b49119d87b628a10818acfa78c1b Mon Sep 17 00:00:00 2001 From: Nicolas Gelot Date: Fri, 11 Jul 2025 14:33:15 +0200 Subject: [PATCH] chore: add publish job --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3bbb6bf0b..d1a6091c8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,7 @@ stages: - build - performance - dast + - publish - deploy variables: @@ -24,3 +25,6 @@ include: - project: "e/infra/ecloud/nextcloud-apps/ci-templates" ref: main file: "populate-code-climate-default-config.yml" + - project: "e/infra/ecloud/nextcloud-apps/ci-templates" + ref: main + file: "nc-publish-app.yml" -- GitLab