From df6c39596a86631480da94871501ee1e8a318f0f Mon Sep 17 00:00:00 2001 From: "michael.danielczok" <michael@pcsg.de> Date: Sun, 14 Apr 2024 10:05:45 +0200 Subject: [PATCH] ci: use old gitlab-ci file --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 49dd3f8..b8d20ac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,2 +1,3 @@ include: - - component: dev.quiqqer.com/quiqqer/stabilization/ci-cd-components/quiqqer-package-bundle/quiqqer-package-bundle@main \ No newline at end of file + - project: 'quiqqer/stabilization/semantic-release' + file: '/ci-templates/.gitlab-ci.yml' -- GitLab