From a2a0f58957aeca38ef39fec661e8a7644d773447 Mon Sep 17 00:00:00 2001 From: Nicolas Gelot Date: Fri, 11 Jul 2025 15:39:50 +0200 Subject: [PATCH] chore: add publish job --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a4ef9c..4a23781 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,7 @@ stages: - build - performance - dast + - publish - deploy variables: @@ -25,3 +26,7 @@ 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 + ref: dev/001-publish-app-in-pkg-registry + file: "nc-publish-app.yml" -- GitLab