1
0
Fork 0

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:
Rain 2026-06-25 18:41:21 -04:00
parent 6b64fe0625
commit c54e770914

View file

@ -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