Skip to content

Commit 9771acc

Browse files
authored
Merge pull request #180 from sonam1412/fix-test-operatorTestPlaybooksTests
Fix test-operator-test-playbooks
2 parents 69ee094 + c9ef1a6 commit 9771acc

File tree

1 file changed

+1
-3
lines changed
  • roles/operator_courier_verify/tasks

1 file changed

+1
-3
lines changed

roles/operator_courier_verify/tasks/main.yml

Lines changed: 1 addition & 3 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

0 commit comments

Comments
 (0)