Skip to content

Commit

Permalink
fix: Update ci-template
Browse files Browse the repository at this point in the history
  • Loading branch information
micha91 committed Jan 5, 2024
1 parent 0c365e3 commit efb825c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ci-templates/gitlab/synchronise_elements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit efb825c

Please sign in to comment.