add badge
This commit is contained in:
parent
d18ac0baa6
commit
6aa251e9ec
|
@ -5,12 +5,12 @@
|
|||
"email": "",
|
||||
"git_user": "",
|
||||
"project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '_').replace('-', '_') }}",
|
||||
"gitea_url": "",
|
||||
"gitea_url": "https://git.pains-perdus.fr",
|
||||
"project_url": "{{ cookiecutter.gitea_url }}/{{ cookiecutter.git_user }}/{{ cookiecutter.project_slug }}",
|
||||
"generate_gitea_project": [ true, false ],
|
||||
"configure_ci": [ true, false ],
|
||||
"woodpecker_gitea_user": "ci",
|
||||
"woodpecker_server": "ci.pains-perdus.fr",
|
||||
"woodpecker_server": "https://ci.pains-perdus.fr",
|
||||
"git_origin": "{{ cookiecutter.gitea_url.replace('https://', 'gitea@').replace('http://', 'gitea') }}:{{ cookiecutter.git_user }}/{{ cookiecutter.project_slug }}.git",
|
||||
"version": "0.1.0",
|
||||
"open_source_license": ["AGPL-3.0-only", "GPL-3.0-only", "MIT", "BSD-3-Clause", "ISC", "Apache-2.0", "Proprietary"],
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
{% set is_open_source = cookiecutter.open_source_license != 'Proprietary' -%}
|
||||
{% set repo = "/".join(cookiecutter.git_origin.removesuffix(".git").split(":")[-1].split("/")[-2:]) %}
|
||||
# {{ cookiecutter.project_name }}
|
||||
{% if cookiecutter.configure_ci %}[![CI status badge]({{ cookiecutter.woodpecker_server }}/api/badges/{{ repo }}/status.svg)](https://ci.pains-perdus.fr/histausse/test_ci_template){% endif %}
|
||||
|
||||
|
||||
{{ cookiecutter.project_short_description }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue