and stg as well
This commit is contained in:
parent
e8b58cd984
commit
9b8bf04bd3
1 changed files with 2 additions and 3 deletions
|
@ -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')],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue