Skip to content

Commit

Permalink
Do not unshallow -- already done by other code
Browse files Browse the repository at this point in the history
backport-of: none
  • Loading branch information
Mark-Simulacrum committed Sep 6, 2021
1 parent 13db844 commit 76e09eb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/ci/scripts/verify-backported-commits.sh
Expand Up @@ -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
Expand Down

0 comments on commit 76e09eb

Please sign in to comment.