buildbot: hopefully fixing fails

This commit is contained in:
Julien Malka 2023-02-02 11:10:47 +01:00
parent 116835fb66
commit 4e68089909
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

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