From: Erik Skultety Date: Mon, 11 Sep 2023 13:28:52 +0000 (+0200) Subject: ci: Rename build.sh -> jobs.sh X-Git-Tag: v9.8.0-rc1~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed7aa04de493d805f4766ae84cf174067e89fc2a;p=thirdparty%2Flibvirt.git ci: Rename build.sh -> jobs.sh 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 Reviewed-by: Daniel P. Berrangé --- diff --git a/ci/build.sh b/ci/jobs.sh similarity index 100% rename from ci/build.sh rename to ci/jobs.sh