From 440bf68a8edeec2b1e128511617836e5d2313f28 Mon Sep 17 00:00:00 2001 From: kbauch <karine.bauch.web@gmail.com> Date: Fri, 4 Oct 2024 18:13:33 +0200 Subject: [PATCH] update with RBC component --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6910f79..af413c1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ include: - - remote: https://gitlab.com/swepy/cicd-templates/release-by-changelog/-/raw/0.4.6/templates/release-by-changelog.yml + - component: $CI_SERVER_FQDN/swepy/cicd-templates/release-by-changelog/release-by-changelog@1.0.0 - project: swepy/cicd-templates/pytest ref: $CI_COMMIT_REF_NAME file: templates/pytest.yml -- GitLab