Do not unshallow -- already done by other code
backport-of: none
This commit is contained in:
parent
13db8440bb
commit
76e09eb87a
@ -18,14 +18,6 @@ verify_backported_commits_main() {
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
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
|
if [[ $ci_base_branch == "beta" ]]; then
|
||||||
verify_cherries master "$BETA_LIMIT" \
|
verify_cherries master "$BETA_LIMIT" \
|
||||||
|| exit 1
|
|| exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user