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 <ciprian.barbu@enea.com>
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}"