Skip to content

Commit 2904b5a

Browse files
committed
try to fix tag refs in fuzzer
1 parent ba5138f commit 2904b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/test/fuzzer/run-fuzzer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ BASE_REF=${BASE_REF:="master"}
2424
function git_clone_with_retry
2525
{
2626
for _ in 1 2 3 4; do
27-
if git clone --depth 1 https://github.com/Altinity/ClickHouse.git -b "${BASE_REF}" -- "$1" 2>&1 | ts '%Y-%m-%d %H:%M:%S';then
27+
if git clone --depth 1 https://github.com/Altinity/ClickHouse.git --branch "${BASE_REF}" -- "$1" 2>&1 | ts '%Y-%m-%d %H:%M:%S';then
2828
return 0
2929
else
3030
sleep 0.5

0 commit comments

Comments
 (0)