mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Do not fetch submodules during preparation performance archive
This commit is contained in:
parent
bf04f0f298
commit
64d5f636a2
@ -177,7 +177,7 @@ then
|
|||||||
tar c -C /build/ --exclude='.git/modules/**' .git | tar x -C "$PERF_OUTPUT"/ch
|
tar c -C /build/ --exclude='.git/modules/**' .git | tar x -C "$PERF_OUTPUT"/ch
|
||||||
# Create branch pr and origin/master to have them for the following performance comparison
|
# Create branch pr and origin/master to have them for the following performance comparison
|
||||||
git -C "$PERF_OUTPUT"/ch branch pr
|
git -C "$PERF_OUTPUT"/ch branch pr
|
||||||
git -C "$PERF_OUTPUT"/ch fetch --no-tags --depth 50 origin master:origin/master
|
git -C "$PERF_OUTPUT"/ch fetch --no-tags --no-recurse-submodules --depth 50 origin master:origin/master
|
||||||
# Clean remote, to not have it stale
|
# Clean remote, to not have it stale
|
||||||
git -C "$PERF_OUTPUT"/ch remote | xargs -n1 git -C "$PERF_OUTPUT"/ch remote remove
|
git -C "$PERF_OUTPUT"/ch remote | xargs -n1 git -C "$PERF_OUTPUT"/ch remote remove
|
||||||
# And clean all tags
|
# And clean all tags
|
||||||
|
Loading…
Reference in New Issue
Block a user