From 664b115f50477374fb5a3284eabdf7ad3074226f Mon Sep 17 00:00:00 2001 From: Luca Giorgi Date: Tue, 5 Sep 2023 14:57:37 +0200 Subject: [PATCH] Remove typo in file path (#906) Signed-off-by: Luca Giorgi --- ods_ci/tasks/Resources/RHODS_OLM/install/oc_install.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ods_ci/tasks/Resources/RHODS_OLM/install/oc_install.robot b/ods_ci/tasks/Resources/RHODS_OLM/install/oc_install.robot index c0a2dbe82..7b1778b2b 100644 --- a/ods_ci/tasks/Resources/RHODS_OLM/install/oc_install.robot +++ b/ods_ci/tasks/Resources/RHODS_OLM/install/oc_install.robot @@ -20,7 +20,7 @@ Install RHODS ${file_path} = Set Variable tasks/Resources/RHODS_OLM/install/ Copy File source=${file_path}cs_template.yaml destination=${file_path}cs_apply.yaml Run sed -i 's//${UPDATE_CHANNEL}/' ${file_path}cs_apply.yaml - Oc Apply kind=List src=t${file_path}cs_apply.yaml + Oc Apply kind=List src=${file_path}cs_apply.yaml Remove File ${file_path}cs_apply.yml ELSE FAIL Provided test envrioment and install type is not supported