Skip to content

Commit f0af954

Browse files
committed
clean up tmp after usage
1 parent 3fa23db commit f0af954

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/prep-from-master.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ array_root=($npm_package_config_prep_array_root)
77
array_en=($npm_package_config_prep_array_en)
88
ch_temp=/tmp/ch_temp_$RANDOM && mkdir -p $ch_temp && git clone --depth 1 --branch master https://github.com/ClickHouse/ClickHouse $ch_temp
99

10-
bash scripts/prep-from-local.sh "$ch_temp"
10+
bash scripts/prep-from-local.sh "$ch_temp"
11+
rm -rf $ch_temp

0 commit comments

Comments
 (0)