Loading tbc/template_to_component.py +2 −2 Original line number Diff line number Diff line Loading @@ -251,8 +251,8 @@ def _migrate_readme(tpl_desc, project_dir: Path, var_input: list[tuple[TbcVar, O # insert new usage chapter readme_content = readme_content.replace("## Usage", f"""## Usage This template can be used both as a [CI/CD component](https://docs.gitlab.com/ee/ci/components/#use-a-component-in-a-cicd-configuration) or using the legacy [`include:project`](https://docs.gitlab.com/ee/ci/yaml/index.html#includeproject) syntax. This template can be used both as a [CI/CD component](https://docs.gitlab.com/ci/components/#use-a-component-in-a-cicd-configuration) or using the legacy [`include:project`](https://docs.gitlab.com/ci/yaml/#includeproject) syntax. ### Use as a CI/CD component Loading Loading
tbc/template_to_component.py +2 −2 Original line number Diff line number Diff line Loading @@ -251,8 +251,8 @@ def _migrate_readme(tpl_desc, project_dir: Path, var_input: list[tuple[TbcVar, O # insert new usage chapter readme_content = readme_content.replace("## Usage", f"""## Usage This template can be used both as a [CI/CD component](https://docs.gitlab.com/ee/ci/components/#use-a-component-in-a-cicd-configuration) or using the legacy [`include:project`](https://docs.gitlab.com/ee/ci/yaml/index.html#includeproject) syntax. This template can be used both as a [CI/CD component](https://docs.gitlab.com/ci/components/#use-a-component-in-a-cicd-configuration) or using the legacy [`include:project`](https://docs.gitlab.com/ci/yaml/#includeproject) syntax. ### Use as a CI/CD component Loading