From efb825c3bb47b40773aaf33999aafd0602a0dbea Mon Sep 17 00:00:00 2001 From: Michael Harbarth Date: Fri, 5 Jan 2024 11:09:57 +0100 Subject: [PATCH] fix: Update ci-template --- ci-templates/gitlab/synchronise_elements.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ci-templates/gitlab/synchronise_elements.yml b/ci-templates/gitlab/synchronise_elements.yml index e5239e75..ea1b1e94 100644 --- a/ci-templates/gitlab/synchronise_elements.yml +++ b/ci-templates/gitlab/synchronise_elements.yml @@ -15,8 +15,8 @@ capella2polarion_synchronise_elements: python \ -m capella2polarion \ $([[ $CAPELLA2POLARION_DEBUG -eq 1 ]] && echo '--debug') \ - --project-id=${CAPELLA2POLARION_PROJECT_ID:?} \ - model-elements \ - "${CAPELLA2POLARION_MODEL_JSON:?}" \ - ./diagram_cache \ - ${CAPELLA2POLARION_CONFIG:?} + --polarion-project-id=${CAPELLA2POLARION_PROJECT_ID:?} \ + --capella-model="${CAPELLA2POLARION_MODEL_JSON:?}" \ + --capella-diagram-cache-folder-path=./diagram_cache \ + --synchronize-config=${CAPELLA2POLARION_CONFIG:?} \ + synchronize