{% set platform = config.repo_url %} {% if "github" in platform %} {% set repo_type = "github" %} {% elif "gitlab" in platform %} {% set repo_type = "gitlab" %} {% elif "bitbucket" in platform %} {% set repo_type = "bitbucket" %} {% else %} {% set repo_type = "" %} {% endif %} {% if repo_type %} {% endif %}
{{ config.repo_name }}