From cd3feab2f15cc0123ea15aa1dc5b8b538b239cfb Mon Sep 17 00:00:00 2001 From: M Sazzadul Hoque <7600764+sazzad16@users.noreply.github.com> Date: Wed, 27 Nov 2024 18:04:09 +0600 Subject: [PATCH] older branch 5.0 to make to the test fail --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1800f00d7e..29bead7f56 100644 --- a/Makefile +++ b/Makefile @@ -527,7 +527,7 @@ mvn-release: system-setup: sudo apt install -y gcc g++ - [ ! -e redis-git ] && git clone https://github.com/redis/redis.git --branch unstable --single-branch redis-git || true + [ ! -e redis-git ] && git clone https://github.com/redis/redis.git --branch 5.0 --single-branch redis-git || true $(MAKE) -C redis-git clean $(MAKE) -C redis-git