From: Martin Kletzander Date: Fri, 27 May 2022 11:35:33 +0000 (+0200) Subject: ci: Refresh generated files X-Git-Tag: v8.4.0-rc2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76802e5dc6ccce6c32ca0e958626c8d3f6d36bff;p=thirdparty%2Flibvirt.git ci: Refresh generated files Notable changes: * 'lcitool manifest' now generates absolute include paths Signed-off-by: Martin Kletzander --- diff --git a/ci/gitlab.yml b/ci/gitlab.yml index 379a41111c..cab4e6074c 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'