Skip to content
Snippets Groups Projects
Commit 259b8c76 authored by alexandr.kravchenko's avatar alexandr.kravchenko
Browse files

Added forced cellframe-python-sdk submodule update

parent bc48c166
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,12 @@ SRC_PATH=$4 ...@@ -9,6 +9,12 @@ SRC_PATH=$4
JOB=$5 JOB=$5
cd $SRC_PATH cd $SRC_PATH
## Updating submodules for python sdk
cd cellframe-sdk-python
git submodule update --init
cd ../
## End of updating.
echo "workdir is $(pwd)" echo "workdir is $(pwd)"
. prod_build/general/pre-build.sh . prod_build/general/pre-build.sh
export_variables "./prod_build/general/conf/*" export_variables "./prod_build/general/conf/*"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment