We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ee094 commit c9ef1a6Copy full SHA for c9ef1a6
roles/operator_courier_verify/tasks/main.yml
@@ -14,9 +14,7 @@
14
when: courier_version_result.stdout is defined
15
16
- 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"
+ 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"
20
register: courier_verify_result
21
ignore_errors: true
22
0 commit comments