Skip to content

Commit

Permalink
Cleaner clean
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Apr 4, 2024
1 parent 1aed010 commit a8c317b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master-nonlatent/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ f_freebsd = getQuickBuildFactory("nm", mtrDbPool)
f_freebsd.addStep(
steps.ShellCommand(
name="cleanup",
command="rm -r packages/* buildbot/* 2>/dev/null || true",
command="for d in packages buildbot; do [[ -d $d ]] && rm -rf $d; done",
alwaysRun=True,
)
)
Expand Down

0 comments on commit a8c317b

Please sign in to comment.