Skip to content

Commit

Permalink
Use flag config-path to sanitize-prow-jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
hongkailiu committed Apr 22, 2020
1 parent d8c2ce8 commit c3a9c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/order-prow-job-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ ci_operator_dir="${base_dir}/ci-operator"
cmd=sanitize-prow-jobs
if ! type $cmd &>/dev/null; then cmd=determinize-prow-jobs; fi

$cmd --prow-jobs-dir "${ci_operator_dir}/jobs"
$cmd --prow-jobs-dir "${ci_operator_dir}/jobs" --config-path "${base_dir}/core-services/sanitize-prow-jobs/_config.yaml"

0 comments on commit c3a9c89

Please sign in to comment.