Loading builder/templates/index.md.j2 +2 −2 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ Jobs index. They are sorted using the [hub default stages](/use-the-hub#stages). ## 🛡 Dynamic tests | Name <img width=170/> | Description | | Name <img width=220/> | Description | | ---- | ----------- | {% for job in index["dynamic_tests"] -%} | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](dynamic_tests/{{ job.name }}/) | {{ job.description }} | Loading @@ -36,7 +36,7 @@ Jobs index. They are sorted using the [hub default stages](/use-the-hub#stages). ## 🚀 Deployment | Name <img width=170/> | Description | | Name <img width=200/> | Description | | ---- | ----------- | {% for job in index["deployment"] -%} | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](deployment/{{ job.name }}/) | {{ job.description }} | Loading jobs/pages/job.yml +1 −1 Original line number Diff line number Diff line name: pages description: A ready-to-use gitlab pages job to deploy your static pages from gitlab description: A ready-to-use gitlab pages job to deploy your html static pages from gitlab default_stage: deployment icon: 🦊 maintainer: thomasboni Loading Loading
builder/templates/index.md.j2 +2 −2 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ Jobs index. They are sorted using the [hub default stages](/use-the-hub#stages). ## 🛡 Dynamic tests | Name <img width=170/> | Description | | Name <img width=220/> | Description | | ---- | ----------- | {% for job in index["dynamic_tests"] -%} | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](dynamic_tests/{{ job.name }}/) | {{ job.description }} | Loading @@ -36,7 +36,7 @@ Jobs index. They are sorted using the [hub default stages](/use-the-hub#stages). ## 🚀 Deployment | Name <img width=170/> | Description | | Name <img width=200/> | Description | | ---- | ----------- | {% for job in index["deployment"] -%} | {% if job.icon is defined -%} {{ job.icon }} {% endif %}[{{- job.name }}](deployment/{{ job.name }}/) | {{ job.description }} | Loading
jobs/pages/job.yml +1 −1 Original line number Diff line number Diff line name: pages description: A ready-to-use gitlab pages job to deploy your static pages from gitlab description: A ready-to-use gitlab pages job to deploy your html static pages from gitlab default_stage: deployment icon: 🦊 maintainer: thomasboni Loading