Skip to content

Commit

Permalink
older branch 5.0 to make to the test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
sazzad16 committed Nov 27, 2024
1 parent eb6cc47 commit cd3feab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cd3feab

Please sign in to comment.