forked from VimPlug/jedi
Make sure that the deployment process checks out git submodules (e.g. typeshed)
This commit is contained in:
@@ -21,6 +21,7 @@ rm -rf $PROJECT_NAME
|
|||||||
git clone .. $PROJECT_NAME
|
git clone .. $PROJECT_NAME
|
||||||
cd $PROJECT_NAME
|
cd $PROJECT_NAME
|
||||||
git checkout $BRANCH
|
git checkout $BRANCH
|
||||||
|
git submodule update --init
|
||||||
|
|
||||||
# Test first.
|
# Test first.
|
||||||
tox
|
tox
|
||||||
|
|||||||
Reference in New Issue
Block a user