Fix syntax error

This commit is contained in:
Martin Krizek 2016-08-02 13:21:53 +00:00
parent 91c8eac5f4
commit 8c851992af

View file

@ -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'),