mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-02 07:27:20 +02:00
fix: buildbot syntax errors
This commit is contained in:
parent
14a4998d05
commit
a17a695f9e
1 changed files with 2 additions and 2 deletions
|
@ -315,8 +315,8 @@ def nix_update_flake_config(
|
|||
"--base",
|
||||
"main",
|
||||
],
|
||||
haltOnFailure = True
|
||||
flunkOnFailure = False
|
||||
haltOnFailure = True,
|
||||
flunkOnFailure = False,
|
||||
)
|
||||
)
|
||||
return util.BuilderConfig(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue