topgrade: drop ignore_failures so step failures halt the run
Previously 'node' failures were silently skipped. With this removed, any non-zero step exit code aborts the run, matching the user preference of 'I dont want it to skip anything'.
This commit is contained in:
parent
6b64fe0625
commit
c54e770914
1 changed files with 1 additions and 2 deletions
|
|
@ -10,8 +10,7 @@
|
|||
# Without this, topgrade will pause for password mid-run on each sudo invocation.
|
||||
pre_sudo = true
|
||||
|
||||
# Don't fail the whole run if one step fails.
|
||||
ignore_failures = ["node"]
|
||||
# No ignore_failures — any step failure halts the run; nothing is skipped.
|
||||
|
||||
# Print the time in step titles for verbose output.
|
||||
display_time = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue