mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Update build.sh
This commit is contained in:
parent
6498fe8123
commit
cdca798d2a
@ -47,7 +47,7 @@ then
|
|||||||
# package.
|
# package.
|
||||||
mkdir /output/ch
|
mkdir /output/ch
|
||||||
git -C /output/ch init --bare
|
git -C /output/ch init --bare
|
||||||
git -C /output/ch remote add origin ..
|
git -C /output/ch remote add origin /build
|
||||||
git -C /output/ch fetch --no-tags --depth 50 origin HEAD
|
git -C /output/ch fetch --no-tags --depth 50 origin HEAD
|
||||||
git -C /output/ch reset --soft FETCH_HEAD
|
git -C /output/ch reset --soft FETCH_HEAD
|
||||||
git -C /output/ch log -5
|
git -C /output/ch log -5
|
||||||
|
Loading…
Reference in New Issue
Block a user