Do not fetch submodules during preparation performance archive

This commit is contained in:
Mikhail f. Shiryaev 2023-11-13 18:07:25 +01:00
parent bf04f0f298
commit 64d5f636a2
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -177,7 +177,7 @@ then
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
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
git -C "$PERF_OUTPUT"/ch remote | xargs -n1 git -C "$PERF_OUTPUT"/ch remote remove
# And clean all tags