Skip to content

Commit 492ad22

Browse files
committed
services/nomad/build/buildbot: sort packages before printing
this should fix ordering issues with split logs
1 parent 0763cc3 commit 492ad22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/nomad/build/buildbot.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ factory.addStep(ShellCommandWithChanges(
286286
))
287287

288288
factory.addStep(steps.SetPropertyFromCommand(
289-
command=['make', 'print_pkgs'],
289+
command=['make', 'sort', 'print_pkgs'],
290290
property='packages',
291291
name='get_packages',
292292
description='collecting packages to build',

0 commit comments

Comments
 (0)