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