Skip to content

Commit

Permalink
change function name to be called to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar-AlJaljuli committed Dec 11, 2024
1 parent 20b6a1d commit d48d430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ibm/pipelines/jobs/operator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ handle_operator() {

export K8S_CLUSTER_ROUTER_BASE=$(oc get route console -n openshift-console -o=jsonpath='{.spec.host}' | sed 's/^[^.]*\.//')
local url="https://backstage-${release_name}-${project}.${K8S_CLUSTER_ROUTER_BASE}"
initiate_deployments_operator
initiate_operator_deployments
deploy_test_backstage_provider "${NAME_SPACE}"
check_and_test "${RELEASE_NAME}" "${NAME_SPACE}" "${url}"
check_and_test "${RELEASE_NAME_RBAC}" "${NAME_SPACE_RBAC}" "${url}"
Expand Down

0 comments on commit d48d430

Please sign in to comment.