Skip to content

Commit

Permalink
fix: Apply changes from code-review
Browse files Browse the repository at this point in the history
  • Loading branch information
ewuerger committed Sep 30, 2024
1 parent 7e547c0 commit 5386ec0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions capella2polarion/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ def print_cli_state(capella2polarion_cli: Capella2PolarionCli) -> None:
@click.option("--type-prefix", type=str, default="")
@click.option("--role-prefix", type=str, default="")
@click.option(
"--grouped-links-custom-fields",
"--grouped-links-custom-fields / --no-grouped-links-custom-fields",
envvar="CAPELLA2POLARION_GROUPED_LINKS_CUSTOM_FIELDS",
is_flag=True,
default=False,
default=True,
)
@click.pass_context
def synchronize(
Expand Down
2 changes: 1 addition & 1 deletion ci-templates/gitlab/render_documents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

variables:
CAPELLA2POLARION_DEBUG: 0
CAPELLA2POLARION_DEBUG: "0"

capella2polarion_render_documents:
needs:
Expand Down
3 changes: 1 addition & 2 deletions ci-templates/gitlab/synchronise_elements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

variables:
CAPELLA2POLARION_DEBUG: 1
CAPELLA2POLARION_GROUPED_LINKS_CUSTOM_FIELDS: 1
CAPELLA2POLARION_DEBUG: "0"

capella2polarion_synchronise_elements:
needs:
Expand Down

0 comments on commit 5386ec0

Please sign in to comment.