]> git.lizzy.rs Git - rust.git/blobdiff - src/ci/scripts/verify-backported-commits.sh
Rollup merge of #106664 - chenyukang:yukang/fix-106597-remove-lseek, r=cuviper
[rust.git] / src / ci / scripts / verify-backported-commits.sh
index 1023e4b0e2837d2ef4b2a7b4f07fb01cff29a2fc..d3da6d1ac915a3a24dd5ca14f0ef582c20042c8b 100755 (executable)
@@ -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