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 fdcfd05 commit 519b57bCopy full SHA for 519b57b
src/ci/scripts/checkout-submodules.sh
@@ -17,7 +17,7 @@ ci_dir=$(cd $(dirname $0) && pwd)/..
17
# On the beta channel we'll be automatically calculating the prerelease version
18
# via the git history, so unshallow our shallow clone from CI.
19
if [ "$(releaseChannel)" = "beta" ]; then
20
- git fetch origin --unshallow beta HEAD
+ git fetch origin --unshallow beta main
21
fi
22
23
function fetch_github_commit_archive {
0 commit comments