monitor-gating: fix the path for the configuration files
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
e8ab843d8b
commit
52a0e81f7b
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
delay = 3600
|
||||
|
||||
# CLI arguments to give to the script testing the single build gating workflow
|
||||
workflow_single_gating_args = "--conf /conf/monitor_gating.cfg --auto-update --no-pr"
|
||||
workflow_single_gating_args = "--conf /config/monitor_gating.cfg --auto-update --no-pr"
|
||||
|
||||
# CLI arguments to give to the script testing the multi builds gating workflow
|
||||
workflow_multi_gating_args = "--conf /conf/monitor_gating.cfg
|
||||
workflow_multi_gating_args = "--conf /config/monitor_gating.cfg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue