Skip to content

Commit

Permalink
Cleaning step already covered on previous step
Browse files Browse the repository at this point in the history
name="cleanup", command="rm -r * .* 2> /dev/null || true", alwaysRun=True
  • Loading branch information
fauust committed Apr 4, 2024
1 parent 549c498 commit f1dfcb6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions master-nonlatent/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -978,13 +978,6 @@ f_macos.addStep(

# f_freebsd
f_freebsd = getQuickBuildFactory("nm", mtrDbPool)
f_freebsd.addStep(
steps.ShellCommand(
name="cleanup",
command="for d in packages buildbot; do [[ -d $d ]] && rm -rf $d; done",
alwaysRun=True,
)
)

####### BUILDERS LIST
c["builders"] = []
Expand Down

0 comments on commit f1dfcb6

Please sign in to comment.