Skip to content

Commit

Permalink
feat: Add force-update flag to the gitlab ci-template and read it fro…
Browse files Browse the repository at this point in the history
…m CAPELLA2POLARION_FORCE_UPDATE
  • Loading branch information
micha91 committed Jan 17, 2024
1 parent 6f822c5 commit 83bf32d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci-templates/gitlab/synchronise_elements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ capella2polarion_synchronise_elements:
python \
-m capella2polarion \
$([[ $CAPELLA2POLARION_DEBUG -eq 1 ]] && echo '--debug') \
$([[ $CAPELLA2POLARION_FORCE_UPDATE -eq 1 ]] && echo '--force-update') \
--polarion-project-id=${CAPELLA2POLARION_PROJECT_ID:?} \
--capella-model="${CAPELLA2POLARION_MODEL_JSON:?}" \
--capella-diagram-cache-folder-path=./diagram_cache \
Expand Down

0 comments on commit 83bf32d

Please sign in to comment.