mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Merge pull request #52360 from ClickHouse/tavplubix-patch-8
Update 01606_git_import.sh
This commit is contained in:
commit
0e89c5f95c
@ -13,7 +13,7 @@ cd $CLICKHOUSE_TMP || exit
|
||||
# Protection for network errors
|
||||
for _ in {1..10}; do
|
||||
rm -rf ./clickhouse-odbc
|
||||
git clone --quiet https://github.com/ClickHouse/clickhouse-odbc.git && pushd clickhouse-odbc > /dev/null && git checkout --quiet 5d84ec591c53cbb272593f024230a052690fdf69 && break
|
||||
git clone --quiet https://github.com/ClickHouse/clickhouse-odbc.git && pushd clickhouse-odbc 2> /dev/null > /dev/null && git checkout --quiet 5d84ec591c53cbb272593f024230a052690fdf69 && break
|
||||
sleep 1
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user