From 5bcc26f2ab69cfa287ac84fd305eb17ebcc28994 Mon Sep 17 00:00:00 2001 From: Wen Zhou Date: Wed, 13 Sep 2023 13:12:39 +0200 Subject: [PATCH] Update notebook-images to use manifests from its repo Signed-off-by: Wen Zhou --- get_all_manifests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/get_all_manifests.sh b/get_all_manifests.sh index 03e36921d6c..b29cda25c3c 100755 --- a/get_all_manifests.sh +++ b/get_all_manifests.sh @@ -9,6 +9,7 @@ REPO_LIST=( "data-science-pipelines-operator:main:config:data-science-pipelines-operator" "kserve:release-v0.11:config:kserve" "odh-dashboard:main:manifests:odh-dashboard" + "notebooks:main:manifests:notebook-images" ) # pre-cleanup local env @@ -21,12 +22,11 @@ MANIFEST_ORG="opendatahub-io" # comment out below logic once we have all component manifests ready to get from source git repo MANIFEST_RELEASE="master" MANIFESTS_TARBALL_URL="${GITHUB_URL}/${MANIFEST_ORG}/odh-manifests/tarball/${MANIFEST_RELEASE}" -mkdir ./.odh-manifests-tmp/ ./odh-manifests/ +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 cp -r ./.odh-manifests-tmp/model-mesh/ ./odh-manifests cp -r ./.odh-manifests-tmp/odh-model-controller/ ./odh-manifests cp -r ./.odh-manifests-tmp/modelmesh-monitoring/ ./odh-manifests -cp -r ./.odh-manifests-tmp/notebook-images/ ./odh-manifests cp -r ./.odh-manifests-tmp/odh-notebook-controller/ ./odh-manifests ls -lat ./odh-manifests/ rm -rf ${MANIFEST_RELEASE}.tar.gz ./.odh-manifests-tmp/