From 1a879b222e91f14c96aa2e14e25b17aca5d6cd21 Mon Sep 17 00:00:00 2001 From: Bruno Bernardo Date: Wed, 29 Oct 2025 16:27:59 +0100 Subject: [PATCH] Scripts: use [foobar.daily.sh] everywhere in [ci/run_pipeline] Instead of [foobar_daily.sh]. --- ci/run_pipeline/{debian_daily.sh => debian.daily.sh} | 0 ci/run_pipeline/{grafazos_daily.sh => grafazos.daily.sh} | 0 ci/run_pipeline/{rpm_daily.sh => rpm.daily.sh} | 0 ci/run_pipeline/{teztale_daily.sh => teztale.daily.sh} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename ci/run_pipeline/{debian_daily.sh => debian.daily.sh} (100%) rename ci/run_pipeline/{grafazos_daily.sh => grafazos.daily.sh} (100%) rename ci/run_pipeline/{rpm_daily.sh => rpm.daily.sh} (100%) rename ci/run_pipeline/{teztale_daily.sh => teztale.daily.sh} (100%) diff --git a/ci/run_pipeline/debian_daily.sh b/ci/run_pipeline/debian.daily.sh similarity index 100% rename from ci/run_pipeline/debian_daily.sh rename to ci/run_pipeline/debian.daily.sh diff --git a/ci/run_pipeline/grafazos_daily.sh b/ci/run_pipeline/grafazos.daily.sh similarity index 100% rename from ci/run_pipeline/grafazos_daily.sh rename to ci/run_pipeline/grafazos.daily.sh diff --git a/ci/run_pipeline/rpm_daily.sh b/ci/run_pipeline/rpm.daily.sh similarity index 100% rename from ci/run_pipeline/rpm_daily.sh rename to ci/run_pipeline/rpm.daily.sh diff --git a/ci/run_pipeline/teztale_daily.sh b/ci/run_pipeline/teztale.daily.sh similarity index 100% rename from ci/run_pipeline/teztale_daily.sh rename to ci/run_pipeline/teztale.daily.sh -- GitLab