Skip to content

Commit 662f086

Browse files
authored
Unrolled build for #149605
Rollup merge of #149605 - Kobzol:unshalllow-beta, r=cuviper Use branch name instead of HEAD when unshallowing Fixes a regression with the beta channel that was discovered in #149572. r? `@cuviper`
2 parents b33119f + fce8552 commit 662f086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/scripts/checkout-submodules.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ci_dir=$(cd $(dirname $0) && pwd)/..
1717
# On the beta channel we'll be automatically calculating the prerelease version
1818
# via the git history, so unshallow our shallow clone from CI.
1919
if [ "$(releaseChannel)" = "beta" ]; then
20-
git fetch origin --unshallow beta HEAD
20+
git fetch origin --unshallow beta main
2121
fi
2222

2323
function fetch_github_commit_archive {

0 commit comments

Comments
 (0)