]> git.ipfire.org Git - thirdparty/libvirt.git/commit
.gitlab-ci.yml: Convert the website build 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)
commit6283e99edb89ed76d715d9e5d324b60ab498e2a1
treeedcc467d84387038ea8c58878c7fa986bef94b9d
parent8a2866a4f67ba8b3b9f4dde24f002418d5c1ed01
.gitlab-ci.yml: Convert the website build 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