Skip to content

Commit

Permalink
Fix pipeline server creation when url ends with / (#1791)
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Garcia Oncins <[email protected]>
  • Loading branch information
jgarciao authored Sep 9, 2024
1 parent cd97ef0 commit f039d29
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ Create Pipeline Server
... object_storage_access_key=${object_storage_access_key}
... object_storage_secret_key=${object_storage_secret_key}

# Pipeline Server creation fails if object storage url starts with https:// or http:// or if it ends with /
${object_storage_endpoint}= Remove String ${object_storage_endpoint} https:// http://
${object_storage_endpoint}= Strip String ${object_storage_endpoint} characters=/

# Process DSPA Template to create pipeline server
${template_parameters}= Catenate -p DSP_VERSION=${dsp_version}
Expand Down

0 comments on commit f039d29

Please sign in to comment.