Skip to content

Commit

Permalink
changed to relative path on smcp template
Browse files Browse the repository at this point in the history
  • Loading branch information
asanzgom committed Aug 30, 2024
1 parent da00f98 commit 3f99bc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Fetch Cluster Type By Domain

Create Smcp From Template
[Documentation] Create a default ServiceMeshControlPlane from a template
${file_path}= Set Variable ~/work/ods-ci/ods_ci/tasks/Resources/Files/
${file_path}= Set Variable ./tasks/Resources/Files/
${return_code}= Run And Return Rc oc apply -f ${file_path}smcp_template.yml
Should Be Equal As Integers ${return_code} 0

Expand Down

0 comments on commit 3f99bc5

Please sign in to comment.