and stg as well

This commit is contained in:
Martin Krizek 2016-05-11 14:02:44 +00:00
parent e8b58cd984
commit 9b8bf04bd3

View file

@ -178,10 +178,9 @@ factory.addStep(ShellCommand(command=["runtask",
'-a', Interpolate('%(prop:arch)s'),
'-j', Interpolate('%(prop:buildername)s/%(prop:buildnumber)s'),
'--uuid', Interpolate('%(prop:uuid)s'),
{% if deployment_type in ['stg', 'prod'] %}
{% if deployment_type in ['prod'] %}
Interpolate('%(prop:taskname)s.yml')],
{% elif deployment_type in ['dev'] %}
{% else %}
'runtask.yml'],
{% endif %}
descriptionDone=[Interpolate('%(prop:taskname)s on %(prop:item)s')],