Skip to content

Commit

Permalink
feat: Add CAPELLA2POLARION_VERSION to ci templates
Browse files Browse the repository at this point in the history
Merge pull request #105 from DSD-DBS/parametrize-ci-templates
  • Loading branch information
ewuerger authored Aug 30, 2024
2 parents 04e3ea9 + 7886909 commit 41a00c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci-templates/gitlab/render_documents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ capella2polarion_render_documents:
- job: capella2polarion_synchronise_elements

script:
- pip install capella2polarion
- pip install "capella2polarion${CAPELLA2POLARION_VERSION:+==$CAPELLA2POLARION_VERSION}"
- >
python \
-m capella2polarion \
Expand Down
2 changes: 1 addition & 1 deletion ci-templates/gitlab/synchronise_elements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ capella2polarion_synchronise_elements:
artifacts: true

script:
- pip install capella2polarion
- pip install "capella2polarion${CAPELLA2POLARION_VERSION:+==$CAPELLA2POLARION_VERSION}"
- >
python \
-m capella2polarion \
Expand Down

0 comments on commit 41a00c1

Please sign in to comment.