]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
ci: Rename build.sh -> jobs.sh
authorErik Skultety <eskultet@redhat.com>
Mon, 11 Sep 2023 13:28:52 +0000 (15:28 +0200)
committerErik Skultety <eskultet@redhat.com>
Tue, 12 Sep 2023 09:36:03 +0000 (11:36 +0200)
After the recent changes, this script no longer executes any logic
anymore, it merely defines the jobs run in the GitLab environment. In
order to use it, one has to source the file in the environment and then
run one of the job "functions". For that, the 'build.sh' name is no
longer descriptive enough and 'jobs.sh' feels more suitable and less
misleading.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
ci/jobs.sh [moved from ci/build.sh with 100% similarity]

similarity index 100%
rename from ci/build.sh
rename to ci/jobs.sh