Loading builder/templates/index.md.j2 +5 −6 Original line number Diff line number Diff line Loading @@ -4,9 +4,8 @@ Jobs index. They are sorted using the [hub default stages](/use-the-hub#stages). ## 🔎 Static tests | Name | Description | | Name <img width=250/> | Description | | ---- | ----------- | | <img width=250/> | | {% for job in index["static_tests"] -%} | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](static_tests/{{ job.name }}/) | {{ job.description }} | {% endfor %} Loading @@ -15,7 +14,7 @@ Jobs index. They are sorted using the [hub default stages](/use-the-hub#stages). ## 📦 Build | Name | Description | | Name <img width=250/> | Description | | ---- | ----------- | {% for job in index["build"] -%} | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](build/{{ job.name }}/) | {{ job.description }} | Loading @@ -23,7 +22,7 @@ Jobs index. They are sorted using the [hub default stages](/use-the-hub#stages). ## 🛡 Dynamic tests | Name | Description | | Name <img width=250/> | Description | | ---- | ----------- | {% for job in index["dynamic_tests"] -%} | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](dynamic_tests/{{ job.name }}/) | {{ job.description }} | Loading @@ -31,7 +30,7 @@ Jobs index. They are sorted using the [hub default stages](/use-the-hub#stages). ## 🙋 Review | Name | Description | | Name <img width=250/> | Description | | ---- | ----------- | {% for job in index["review"] -%} | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](review/{{ job.name }}/) | {{ job.description }} | Loading @@ -39,7 +38,7 @@ Jobs index. They are sorted using the [hub default stages](/use-the-hub#stages). ## 🚀 Deployment | Name | Description | | Name <img width=250/> | Description | | ---- | ----------- | {% for job in index["deployment"] -%} | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](deployment/{{ job.name }}/) | {{ job.description }} | Loading Loading
builder/templates/index.md.j2 +5 −6 Original line number Diff line number Diff line Loading @@ -4,9 +4,8 @@ Jobs index. They are sorted using the [hub default stages](/use-the-hub#stages). ## 🔎 Static tests | Name | Description | | Name <img width=250/> | Description | | ---- | ----------- | | <img width=250/> | | {% for job in index["static_tests"] -%} | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](static_tests/{{ job.name }}/) | {{ job.description }} | {% endfor %} Loading @@ -15,7 +14,7 @@ Jobs index. They are sorted using the [hub default stages](/use-the-hub#stages). ## 📦 Build | Name | Description | | Name <img width=250/> | Description | | ---- | ----------- | {% for job in index["build"] -%} | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](build/{{ job.name }}/) | {{ job.description }} | Loading @@ -23,7 +22,7 @@ Jobs index. They are sorted using the [hub default stages](/use-the-hub#stages). ## 🛡 Dynamic tests | Name | Description | | Name <img width=250/> | Description | | ---- | ----------- | {% for job in index["dynamic_tests"] -%} | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](dynamic_tests/{{ job.name }}/) | {{ job.description }} | Loading @@ -31,7 +30,7 @@ Jobs index. They are sorted using the [hub default stages](/use-the-hub#stages). ## 🙋 Review | Name | Description | | Name <img width=250/> | Description | | ---- | ----------- | {% for job in index["review"] -%} | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](review/{{ job.name }}/) | {{ job.description }} | Loading @@ -39,7 +38,7 @@ Jobs index. They are sorted using the [hub default stages](/use-the-hub#stages). ## 🚀 Deployment | Name | Description | | Name <img width=250/> | Description | | ---- | ----------- | {% for job in index["deployment"] -%} | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](deployment/{{ job.name }}/) | {{ job.description }} | Loading