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 3fa23db commit f0af954Copy full SHA for f0af954
scripts/prep-from-master.sh
@@ -7,4 +7,5 @@ array_root=($npm_package_config_prep_array_root)
7
array_en=($npm_package_config_prep_array_en)
8
ch_temp=/tmp/ch_temp_$RANDOM && mkdir -p $ch_temp && git clone --depth 1 --branch master https://github.com/ClickHouse/ClickHouse $ch_temp
9
10
-bash scripts/prep-from-local.sh "$ch_temp"
+bash scripts/prep-from-local.sh "$ch_temp"
11
+rm -rf $ch_temp
0 commit comments