Skip to content

Commit

Permalink
fixing callback uri
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar-AlJaljuli committed Sep 25, 2024
1 parent 11d779b commit a7f7463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ibm/pipelines/openshift-ci-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ apply_yaml_files() {
local dir=$1
local project=$2
local release_name=$3
if [[ "${namespace}" == "showcase-op-rbac-nightly" || "${namespace}" == "showcase-operator-nightly" ]]; then
if [[ "${project}" == "showcase-op-rbac-nightly" || "${project}" == "showcase-operator-nightly" ]]; then
local base_url="https://backstage-${release_name}-${project}.${K8S_CLUSTER_ROUTER_BASE}"
else
local base_url="https://${release_name}-backstage-${project}.${K8S_CLUSTER_ROUTER_BASE}"
Expand Down

0 comments on commit a7f7463

Please sign in to comment.