Fix syntax error
This commit is contained in:
parent
91c8eac5f4
commit
8c851992af
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ factory.addStep(Git(repourl=Property('repo', default=Interpolate('{{ grokmirror_
|
|||
|
||||
# run the runner
|
||||
{% if deployment_type in ['dev'] %}
|
||||
factory.addStep(ShellCommand(command=Interpolate('cd %(prop:taskname)s &>/dev/null || runtask -i %(prop:item)s -t %(prop:item_type)s -a %(prop:arch)s -j %(prop:buildername)s/%(prop:buildnumber) --uuid %(prop:uuid)s runtask.yml',
|
||||
factory.addStep(ShellCommand(command=Interpolate('cd %(prop:taskname)s &>/dev/null || runtask -i %(prop:item)s -t %(prop:item_type)s -a %(prop:arch)s -j %(prop:buildername)s/%(prop:buildnumber) --uuid %(prop:uuid)s runtask.yml'),
|
||||
{% else %}
|
||||
factory.addStep(ShellCommand(command=["runtask",
|
||||
'-i', Interpolate('%(prop:item)s'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue