From 72481287eb23f32eae1562544b762fd218214a3e Mon Sep 17 00:00:00 2001 From: Petr Hracek Date: Tue, 15 Apr 2025 10:11:05 +0200 Subject: [PATCH] Revert "Add mysql-container to daily builds. It was removed for some reason." This reverts commit 2b2889c0458248ded6c90af298a9e8b53e7da429. --- daily_tests/daily_scl_tests.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/daily_tests/daily_scl_tests.sh b/daily_tests/daily_scl_tests.sh index 365740f..6097796 100755 --- a/daily_tests/daily_scl_tests.sh +++ b/daily_tests/daily_scl_tests.sh @@ -20,10 +20,9 @@ varnish-container nginx-container httpd-container redis-container -valkey-container mariadb-container postgresql-container -mysql-container +valkey-container " [[ -z "$1" ]] && { echo "You have to specify target to build SCL images. rhel9, rhel8, or fedora" && exit 1 ; }