lib and reposinit update
This commit is contained in:
父節點
6657312cb2
當前提交
d540958e7e
2
pylibs
2
pylibs
@ -1 +1 @@
|
|||||||
Subproject commit 9ce97cedf39cb43cd62a2d8f8ea884026013b798
|
Subproject commit b5a1574560194abe1c7cb8fb213747461e1553c5
|
@ -3,6 +3,10 @@
|
|||||||
echo "* Initialising Submodules"
|
echo "* Initialising Submodules"
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
|
pushd pylibs
|
||||||
|
git submodule init
|
||||||
|
git submodule update
|
||||||
|
popd
|
||||||
|
|
||||||
echo "* Creating virtual env"
|
echo "* Creating virtual env"
|
||||||
BASEPATH=`realpath $(dirname $0)`
|
BASEPATH=`realpath $(dirname $0)`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user