You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ($size -gt 95000) { # Size is 89836, so 95000 should last a while
33
-
throw "This clone is outdated. Please reclone your repo and resubmit with the slimmed down repo. See https://github.com/dataplat/dbatools/pull/8637 for more information."
34
-
}
31
+
# old size = 110299 or 250000+
32
+
if ($size -gt 105000) { # Size is 96250, so 105000 keeps headroom while catching old clones
33
+
throw "This clone is outdated. Please reclone your repo and resubmit with the slimmed down repo. See https://github.com/dataplat/dbatools/pull/8637 for more information."
0 commit comments