Skip to content

Commit dcbe405

Browse files
committed
Fix test-operator-test-playbooks
1 parent 69ee094 commit dcbe405

File tree

1 file changed

+2
-4
lines changed
  • roles/operator_courier_verify/tasks

1 file changed

+2
-4
lines changed

roles/operator_courier_verify/tasks/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@
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

@@ -33,4 +31,4 @@
3331
when:
3432
- check_verify_result|bool
3533
- courier_verify_result.rc != 0
36-
- not run_upstream|bool
34+
- not run_upstream|bool

0 commit comments

Comments
 (0)