File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- {# Example: remote_url = git@git01.iis.fhg.de:ks-ip-lib/software/sample_project.git #}
2- {# |----------------|---------|-----------------------| #}
3- {# domain group pages_path #}
4- {# |---------------------------------| #}
5- {# path #}
6- {# remote_url_https = https://git01.iis.fhg.de/ks-ip-lib/software/sample_project/ #}
7- {# remote_url_pages = https://ks-ip-lib.git01.iis.fhg.de/software/sample_project/ #}
1+ {# Example: remote_url = git@git01.iis.fhg.de:ks-ip-lib/software/sample_project.git #}
2+ {# |----------------|---------|-----------------------| #}
3+ {# domain group pages_path #}
4+ {# |---------------------------------| #}
5+ {# path #}
6+ {# remote_url_https = https://git01.iis.fhg.de/ks-ip-lib/software/sample_project/ #}
7+ {# remote_url_pages = https://ks-ip-lib.git01.iis.fhg.de/software/sample_project/ #}
88
99{% set domain = (remote_url | replace("git@", "")).split(":")[0] %}
1010{% set path = remote_url.split(":")[1].replace(".git", "") %}
3737{% set remote_url_pipeline_badge = remote_url_https + '/actions/workflows/ci.yaml/badge.svg' %}
3838{% else %}
3939## coverage and pipeline badges are provided by gitlab
40- {% set remote_url_coverage_badge = remote_url_https + '/badges/' + default_branch + 'coverage.svg' %}
41- {% set remote_url_pipeline_badge = remote_url_https + '/badges/' + default_branch + 'pipeline.svg' %}
40+ {% set remote_url_coverage_badge = remote_url_https + '/badges/' + default_branch + '/ coverage.svg' %}
41+ {% set remote_url_pipeline_badge = remote_url_https + '/badges/' + default_branch + '/ pipeline.svg' %}
4242{% endif %}
4343
4444{% set cli_command = package_name | replace("_", "-") %}
You can’t perform that action at this time.
0 commit comments