[PATCH] ci: Refresh generated files

Martin Kletzander mkletzan at redhat.com
Fri May 27 11:37:10 UTC 2022


Notable changes:

* 'lcitool manifest' now generates absolute include paths

Signed-off-by: Martin Kletzander <mkletzan at redhat.com>
---
Pushed under the 'build-breaker' and 'just-ci-update' rules (just in case the latter also exists).

 ci/gitlab.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/ci/gitlab.yml b/ci/gitlab.yml
index 379a41111cab..cab4e6074c21 100644
--- a/ci/gitlab.yml
+++ b/ci/gitlab.yml
@@ -5,8 +5,8 @@
 # https://gitlab.com/libvirt/libvirt-ci
 
 include:
-  - local: 'ci/gitlab/container-templates.yml'
-  - local: 'ci/gitlab/build-templates.yml'
-  - local: 'ci/gitlab/sanity-checks.yml'
-  - local: 'ci/gitlab/containers.yml'
-  - local: 'ci/gitlab/builds.yml'
+  - local: '/ci/gitlab/container-templates.yml'
+  - local: '/ci/gitlab/build-templates.yml'
+  - local: '/ci/gitlab/sanity-checks.yml'
+  - local: '/ci/gitlab/containers.yml'
+  - local: '/ci/gitlab/builds.yml'
-- 
2.35.1



More information about the libvir-list mailing list