We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba5138f commit 2904b5aCopy full SHA for 2904b5a
docker/test/fuzzer/run-fuzzer.sh
@@ -24,7 +24,7 @@ BASE_REF=${BASE_REF:="master"}
24
function git_clone_with_retry
25
{
26
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
+ 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
28
return 0
29
else
30
sleep 0.5
0 commit comments