From 401ed0ae9e6598ec46728dd251e37feece6271ee Mon Sep 17 00:00:00 2001 From: tonyxrmdavidson Date: Fri, 22 Mar 2024 12:37:51 +0000 Subject: [PATCH] This commit removes the source command as it is not needed. --- openshift-ci/scripts/oci-model-registry-deploy.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/openshift-ci/scripts/oci-model-registry-deploy.sh b/openshift-ci/scripts/oci-model-registry-deploy.sh index 59b1bfcb..1e3a7efe 100755 --- a/openshift-ci/scripts/oci-model-registry-deploy.sh +++ b/openshift-ci/scripts/oci-model-registry-deploy.sh @@ -5,7 +5,6 @@ OPENDATAHUB_CATALOGUE_SOURCE_CREATE="openshift-ci/resources/opendatahub-catalogu OPENDATAHUB_DEPLOY_MANIFEST="openshift-ci/resources/opendatahub-operator-deploy.yaml" DATA_SCIENCE_CLUSTER_MANIFEST="openshift-ci/resources/opendatahub-data-science-cluster.yaml" MODEL_REGISTRY_OPERATOR_GIT_URL="https://github.com/opendatahub-io/model-registry-operator.git" -source # Function to deploy and wait for deployment deploy_and_wait() {