mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-03 07:47: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",
|
"--base",
|
||||||
"main",
|
"main",
|
||||||
],
|
],
|
||||||
haltOnFailure = True
|
haltOnFailure = True,
|
||||||
flunkOnFailure = False
|
flunkOnFailure = False,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
return util.BuilderConfig(
|
return util.BuilderConfig(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue