We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13db844 commit 76e09ebCopy full SHA for 76e09eb
src/ci/scripts/verify-backported-commits.sh
@@ -18,14 +18,6 @@ verify_backported_commits_main() {
18
exit 0
19
fi
20
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
-
29
if [[ $ci_base_branch == "beta" ]]; then
30
verify_cherries master "$BETA_LIMIT" \
31
|| exit 1
0 commit comments