mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
typo
This commit is contained in:
parent
a91f505899
commit
026dab2b81
@ -78,7 +78,7 @@ then
|
||||
mv "$COMBINED_OUTPUT.tgz" /output
|
||||
fi
|
||||
|
||||
if [ "${CCACHE_DEBUG:-}" == "1"]
|
||||
if [ "${CCACHE_DEBUG:-}" == "1" ]
|
||||
then
|
||||
mkdir /output/ccache
|
||||
find . -name '*.ccache-*' -print -exec mv '{}' /output/ccache \;
|
||||
|
Loading…
Reference in New Issue
Block a user