Skip to content

Commit 501c9de

Browse files
jirimackuopenshift-merge-bot[bot]
authored andcommitted
Quote the custom_fields paramtert to be shell safe
1 parent 88bd379 commit 501c9de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/polarion/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
--testrun-title={{ cifmw_polarion_testrun_title }}-{{ loop_idx }}
132132
--xml-file={{ item.path }}
133133
--update_testcases={{ cifmw_polarion_update_testcases | default(false) }}
134-
--custom-fields {{ _custom_fields_string }}
134+
--custom-fields {{ _custom_fields_string | quote }}
135135
{{ cifmw_polarion_jump_extra_vars | default ('') }}
136136
loop: "{{ merged_xml_files.files }}"
137137
loop_control:

0 commit comments

Comments
 (0)