diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2021-09-06 13:16:47 -0400 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2021-09-06 13:17:26 -0400 |
| commit | 76e09eb87a0ae8dbbd54d14ba4d5186ffbd1513a (patch) | |
| tree | d33eb719917ff785580ccf77e7c40ab50691f2a7 /src/ci | |
| parent | 13db8440bbbe42870bc828d4ec3e965b38670277 (diff) | |
| download | rust-76e09eb87a0ae8dbbd54d14ba4d5186ffbd1513a.tar.gz rust-76e09eb87a0ae8dbbd54d14ba4d5186ffbd1513a.zip | |
Do not unshallow -- already done by other code
backport-of: none
Diffstat (limited to 'src/ci')
| -rwxr-xr-x | src/ci/scripts/verify-backported-commits.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ci/scripts/verify-backported-commits.sh b/src/ci/scripts/verify-backported-commits.sh index 1023e4b0e28..d3da6d1ac91 100755 --- a/src/ci/scripts/verify-backported-commits.sh +++ b/src/ci/scripts/verify-backported-commits.sh @@ -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 |
