There was an error while loading. Please reload this page.
1 parent 7cca7d2 commit e4e009dCopy full SHA for e4e009d
1 file changed
init-tests-after-clone.sh
@@ -52,8 +52,8 @@ if ! ci; then
52
git submodule update --init --recursive
53
fi
54
55
-# The tests need some version tags. Try to get them even in forks. This fetch
56
-# gets other objects too, so for a consistent experience, always do it locally.
+# The tests need some version tags. Try to get them even in forks. This fetches
+# other objects too. So, locally, we always do it, for a consistent experience.
57
if ! ci || no_version_tags; then
58
git fetch --all --tags
59
0 commit comments