From ae3d988ec2c6089d8f767fb917c8407639266ba2 Mon Sep 17 00:00:00 2001 From: ewuerger Date: Thu, 26 Sep 2024 15:11:51 +0200 Subject: [PATCH] fix(ci-templates): Fix variables --- ci-templates/gitlab/render_documents.yaml | 2 +- ci-templates/gitlab/synchronise_elements.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ci-templates/gitlab/render_documents.yaml b/ci-templates/gitlab/render_documents.yaml index bade9de..1ee9fc5 100644 --- a/ci-templates/gitlab/render_documents.yaml +++ b/ci-templates/gitlab/render_documents.yaml @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 variables: - CAPELLA2POLARION_DEBUG: "0" + CAPELLA2POLARION_DEBUG: 0 capella2polarion_render_documents: needs: diff --git a/ci-templates/gitlab/synchronise_elements.yml b/ci-templates/gitlab/synchronise_elements.yml index efac5e7..74393b5 100644 --- a/ci-templates/gitlab/synchronise_elements.yml +++ b/ci-templates/gitlab/synchronise_elements.yml @@ -2,7 +2,8 @@ # SPDX-License-Identifier: Apache-2.0 variables: - CAPELLA2POLARION_DEBUG: "1" + CAPELLA2POLARION_DEBUG: 1 + CAPELLA2POLARION_GROUPED_LINKS_CUSTOM_FIELDS: 1 capella2polarion_synchronise_elements: needs: