using passed yaml file instead of hardcoded for distgit tasks
This commit is contained in:
parent
8dd8562c4e
commit
eb97bdfbfc
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ factory.addStep(ShellCommand(command=["runtask",
|
|||
'-a', Interpolate('%(prop:arch)s'),
|
||||
'-j', Interpolate('%(prop:buildername)s/%(prop:buildnumber)s'),
|
||||
'--uuid', Interpolate('%(prop:uuid)s'),
|
||||
'runtask.yml'],
|
||||
Interpolate('%(prop:taskname)s')],
|
||||
descriptionDone=[Interpolate('%(prop:taskname)s on %(prop:item)s')],
|
||||
name='runtask',
|
||||
timeout=2400,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue