Do not unshallow -- already done by other code

backport-of: none
This commit is contained in:
Mark Rousskov 2021-09-06 13:16:47 -04:00
parent 13db8440bb
commit 76e09eb87a

View File

@ -18,14 +18,6 @@ verify_backported_commits_main() {
exit 0
fi
echo 'git: unshallowing the repository so we can check commits'
git fetch \
--no-tags \
--no-recurse-submodules \
--progress \
--prune \
--unshallow
if [[ $ci_base_branch == "beta" ]]; then
verify_cherries master "$BETA_LIMIT" \
|| exit 1