]> git.ipfire.org Git - thirdparty/libvirt.git/commit
.gitlab-ci.yml: Convert the codestyle job to the build.sh usage
authorErik Skultety <eskultet@redhat.com>
Thu, 24 Aug 2023 14:05:41 +0000 (16:05 +0200)
committerErik Skultety <eskultet@redhat.com>
Tue, 12 Sep 2023 09:36:03 +0000 (11:36 +0200)
commit7f2adaa3d86a2e8ee5eecadd64cbf75f770c3691
tree28555a68075f451d55e676e399891e52f4ffdf97
parent6283e99edb89ed76d715d9e5d324b60ab498e2a1
.gitlab-ci.yml: Convert the codestyle job to the build.sh usage

Individual shell command executions are replaced by respective
functions in the ci/build.sh base script. This will make sure we use
the same recipes in GitLab jobs as well as in local executions.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
.gitlab-ci.yml