Fix typo...
This commit is contained in:
parent
4f96d09054
commit
1780914f5b
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ factory.addStep(ShellCommand(command=["runtask", '-i',
|
||||||
'-a', Interpolate('%(prop:arch)s'),
|
'-a', Interpolate('%(prop:arch)s'),
|
||||||
'-j', Interpolate('%(prop:buildername)s/%(prop:buildnumber)s'),
|
'-j', Interpolate('%(prop:buildername)s/%(prop:buildnumber)s'),
|
||||||
Interpolate('%(prop:taskname)s.yml')],
|
Interpolate('%(prop:taskname)s.yml')],
|
||||||
descriptionDone=[Interpolate('%(prop:taskname)s on %(prop:item)')],
|
descriptionDone=[Interpolate('%(prop:taskname)s on %(prop:item)s')],
|
||||||
name='runtask'))
|
name='runtask'))
|
||||||
|
|
||||||
# capture the taskotron log
|
# capture the taskotron log
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue