From: Ciprian Barbu Date: Wed, 24 Apr 2019 15:35:03 +0000 (+0300) Subject: Fix seba_charts submodule update X-Git-Tag: 1.0.0~17 X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F81%2F581%2F2;hp=caf6bb4b0a01edf7850aa24f71144546461d01e0;p=iec.git Fix seba_charts submodule update The submodule needs to first be initialized before use, or simply use the git submodule update --init Change-Id: Ie0133cd0da05717d164984ec5a0b2962b2ef42f0 Signed-off-by: Ciprian Barbu --- diff --git a/src/use_cases/seba_on_arm/install/install.sh b/src/use_cases/seba_on_arm/install/install.sh index cda8322..1208325 100755 --- a/src/use_cases/seba_on_arm/install/install.sh +++ b/src/use_cases/seba_on_arm/install/install.sh @@ -39,7 +39,7 @@ wait_for 10 'test $(kubectl get pods --all-namespaces | grep -ce "tiller.*Runnin if [ "$(uname -m)" == "aarch64" ]; then if [ ! -d ${CORD_CHART}/cord-platform ]; then #git clone https://github.com/iecedge/seba_charts ${CORD_CHART} - cd ${basepath}/../src_repo && git submodule update seba_charts + cd ${basepath}/../src_repo && git submodule update --init seba_charts fi else helm repo add cord "${CORD_REPO}"