From 923b19c24887993e7f959c48411a7bd37093ee36 Mon Sep 17 00:00:00 2001 From: Petr Hracek Date: Thu, 5 Mar 2026 11:40:10 +0100 Subject: [PATCH] Remove mysql-container from daily SCL tests Removed mysql-container from the list of containers. Let's try it once more --- daily_tests/daily_scl_tests.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/daily_tests/daily_scl_tests.sh b/daily_tests/daily_scl_tests.sh index 55a8e7c..9594ac4 100755 --- a/daily_tests/daily_scl_tests.sh +++ b/daily_tests/daily_scl_tests.sh @@ -20,7 +20,6 @@ redis-container mariadb-container postgresql-container valkey-container -mysql-container " [[ -z "$1" ]] && { echo "You have to specify target to build SCL images. rhel9, rhel8, or fedora" && exit 1 ; }