From 91dd78f22f37a8d806a86742352de9cc0069cddf Mon Sep 17 00:00:00 2001 From: Vaishnavi Hire Date: Wed, 29 Nov 2023 17:31:11 +0530 Subject: [PATCH] Remove modelmesh monitoring --- get_all_manifests.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/get_all_manifests.sh b/get_all_manifests.sh index 33f66021b2b..a6099dcf21a 100755 --- a/get_all_manifests.sh +++ b/get_all_manifests.sh @@ -53,8 +53,6 @@ rm -fr ./odh-manifests/* ./.odh-manifests-tmp/ mkdir -p ./.odh-manifests-tmp/ ./odh-manifests/ wget -q -c ${MANIFESTS_TARBALL_URL} -O - | tar -zxv -C ./.odh-manifests-tmp/ --strip-components 1 > /dev/null -# mm-monitroing -cp -r ./.odh-manifests-tmp/modelmesh-monitoring/ ./odh-manifests # Dashboard cp -r ./.odh-manifests-tmp/odh-dashboard/ ./odh-manifests/dashboard