Skip to content

Commit 76e09eb

Browse files
Do not unshallow -- already done by other code
backport-of: none
1 parent 13db844 commit 76e09eb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/ci/scripts/verify-backported-commits.sh

-8
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@ verify_backported_commits_main() {
1818
exit 0
1919
fi
2020

21-
echo 'git: unshallowing the repository so we can check commits'
22-
git fetch \
23-
--no-tags \
24-
--no-recurse-submodules \
25-
--progress \
26-
--prune \
27-
--unshallow
28-
2921
if [[ $ci_base_branch == "beta" ]]; then
3022
verify_cherries master "$BETA_LIMIT" \
3123
|| exit 1

0 commit comments

Comments
 (0)