From 259b8c76b6daffc562af295824f90cb232533b95 Mon Sep 17 00:00:00 2001 From: "alexandr.kravchenko" <alexander.kravchenko@demlabs.net> Date: Mon, 27 Apr 2020 17:54:33 +0500 Subject: [PATCH] Added forced cellframe-python-sdk submodule update --- prod_build/general/chroot_wrap.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/prod_build/general/chroot_wrap.sh b/prod_build/general/chroot_wrap.sh index 206375b1c..8cc9a19f5 100755 --- a/prod_build/general/chroot_wrap.sh +++ b/prod_build/general/chroot_wrap.sh @@ -9,6 +9,12 @@ SRC_PATH=$4 JOB=$5 cd $SRC_PATH + +## Updating submodules for python sdk +cd cellframe-sdk-python +git submodule update --init +cd ../ +## End of updating. echo "workdir is $(pwd)" . prod_build/general/pre-build.sh export_variables "./prod_build/general/conf/*" -- GitLab