From bf117fe6b3fc014ab9f1c22e4ed3d690223b2a27 Mon Sep 17 00:00:00 2001 From: Petr Hracek Date: Fri, 11 Apr 2025 09:37:00 +0200 Subject: [PATCH] Add mysql-container to daily builds. It was removed for some reason. --- daily_tests/daily_scl_tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/daily_tests/daily_scl_tests.sh b/daily_tests/daily_scl_tests.sh index 6097796..365740f 100755 --- a/daily_tests/daily_scl_tests.sh +++ b/daily_tests/daily_scl_tests.sh @@ -20,9 +20,10 @@ varnish-container nginx-container httpd-container redis-container +valkey-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 ; }