Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Coleen Iona Quadros <[email protected]>
  • Loading branch information
coleenquadros committed Apr 30, 2024
1 parent 54001ea commit 63dbb4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicd-scripts/run-e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ printf "\n kubeconfig: ${kubeconfig_hub_path}" >>${OPTIONSFILE}
printf "\n kubecontext: ${kubecontext}" >>${OPTIONSFILE}

kubeconfig_managed_path="${SHARED_DIR}/managed-1.kc"
if [[ -z ${IS_KIND_ENV} && -f "${kubeconfig_managed_path}" ]]; then
if [[ -z ${IS_KIND_ENV} && -f ${kubeconfig_managed_path} ]]; then
managed_cluster_name="managed-cluster-1"
kubecontext_managed=$(kubectl --kubeconfig="${kubeconfig_managed_path}" config current-context)
app_domain_managed=$(kubectl -n openshift-ingress-operator --kubeconfig="${kubeconfig_managed_path}" get ingresscontrollers default -ojsonpath='{.status.domain}')
Expand Down

0 comments on commit 63dbb4b

Please sign in to comment.