buildbot: hopefully fixing fails

This commit is contained in:
Luj 2023-02-02 11:10:47 +01:00
parent 484d570842
commit ebf1f61a4e

View file

@ -308,7 +308,7 @@ def nix_eval_config(
steps.Git( steps.Git(
logEnviron = False, logEnviron = False,
repourl=url_with_secret, repourl=url_with_secret,
method="clean", method="clobber",
submodules=True, submodules=True,
haltOnFailure=True, haltOnFailure=True,
) )