taskotron trigger: disable critpath_filepath on stg
This commit is contained in:
parent
a48a047afd
commit
1a96a0cf7d
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ deployment_type = stg
|
||||||
#}
|
#}
|
||||||
|
|
||||||
[koji_build_completed]
|
[koji_build_completed]
|
||||||
{% if deployment_type in ['stg', 'prod'] %}
|
{% if deployment_type in ['prod'] %}
|
||||||
critpath_filepath = {{ trigger_critpath_file }}
|
critpath_filepath = {{ trigger_critpath_file }}
|
||||||
{% else %}
|
{% else %}
|
||||||
; critpath_filepath = {{ trigger_critpath_file }}
|
; critpath_filepath = {{ trigger_critpath_file }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue