From ed7aa04de493d805f4766ae84cf174067e89fc2a Mon Sep 17 00:00:00 2001 From: Erik Skultety Date: Mon, 11 Sep 2023 15:28:52 +0200 Subject: [PATCH] ci: Rename build.sh -> jobs.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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é --- ci/{build.sh => jobs.sh} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename ci/{build.sh => jobs.sh} (100%) diff --git a/ci/build.sh b/ci/jobs.sh similarity index 100% rename from ci/build.sh rename to ci/jobs.sh