From 23997c455ad5d1fe7820b6d5faa077cdaf678e4b Mon Sep 17 00:00:00 2001
From: "alexandr.kravchenko" <alexander.kravchenko@demlabs.net>
Date: Mon, 4 May 2020 13:53:39 +0500
Subject: [PATCH] Removed forced submodule update

---
 prod_build/general/chroot_wrap.sh | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/prod_build/general/chroot_wrap.sh b/prod_build/general/chroot_wrap.sh
index 8cc9a19f5..c831d7558 100755
--- a/prod_build/general/chroot_wrap.sh
+++ b/prod_build/general/chroot_wrap.sh
@@ -10,11 +10,6 @@ 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