File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
roles/operator_courier_verify/tasks Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1414 when : courier_version_result.stdout is defined
1515
1616- name : " Verify the operator metadata with operator-courier"
17- shell : >
18- "operator-courier verify {{ operator_work_dir }} --ui_validate_io --validation-output
19- {{ work_dir}}/linting-results.json > {{ work_dir}}/linting-output.txt 2> {{ work_dir}}/linting-errors.txt"
17+ shell : " operator-courier verify {{ operator_work_dir }} --ui_validate_io --validation-output {{ work_dir}}/linting-results.json > {{ work_dir}}/linting-output.txt 2> {{ work_dir}}/linting-errors.txt"
2018 register : courier_verify_result
2119 ignore_errors : true
2220
3331 when :
3432 - check_verify_result|bool
3533 - courier_verify_result.rc != 0
36- - not run_upstream|bool
34+ - not run_upstream|bool
You can’t perform that action at this time.
0 commit comments