summaryrefslogtreecommitdiff
path: root/.gitlab-ci/ci.template
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci/ci.template')
-rw-r--r--.gitlab-ci/ci.template11
1 files changed, 5 insertions, 6 deletions
diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template
index d5725b9c..80387671 100644
--- a/.gitlab-ci/ci.template
+++ b/.gitlab-ci/ci.template
@@ -39,15 +39,14 @@
.templates_sha: &template_sha 0c312d9c7255f46e741d43bcd1930f09cd12efe7
include:
- {% for distro in distributions|sort(attribute="name") %}
- # {{ distro.name.capitalize() }} container builder template
- project: 'freedesktop/ci-templates'
ref: *template_sha
- file: '/templates/{{distro.name}}.yml'
+ file:
+ - '/templates/ci-fairy.yml'
+ {% for distro in distributions|sort(attribute="name") %}
+ # {{ distro.name.capitalize() }} container builder template
+ - '/templates/{{distro.name}}.yml'
{% endfor %}
- - project: 'freedesktop/ci-templates'
- ref: *template_sha
- file: '/templates/ci-fairy.yml'
stages:
- sanity check # CI/commit checks