forked from github/server
remove discontinued submodules if they are checked out
This commit is contained in:
parent
75422e1ba6
commit
0de30cd376
1
s/build
1
s/build
|
@ -33,6 +33,7 @@ if [ ! -d $ROOT/$BUILD ]; then
|
|||
exit
|
||||
fi
|
||||
|
||||
rm -rf crypto tolua
|
||||
git submodule update
|
||||
|
||||
echo "build eressea"
|
||||
|
|
Loading…
Reference in New Issue