Skip to content

Commit e784c96

Browse files
committed
Auto merge of #88697 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum
[beta] branch 1.56.0 r? `@Mark-Simulacrum`
2 parents b4e8596 + 7656e06 commit e784c96

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

src/ci/channel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly
1+
beta

src/ci/scripts/verify-backported-commits.sh

-8
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@ verify_backported_commits_main() {
1818
exit 0
1919
fi
2020

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-
2921
if [[ $ci_base_branch == "beta" ]]; then
3022
verify_cherries master "$BETA_LIMIT" \
3123
|| exit 1

0 commit comments

Comments
 (0)