Is the auto-checkout working?
This commit is contained in:
parent
20f5329b9c
commit
46f55a086b
1 changed files with 4 additions and 1 deletions
5
build
5
build
|
@ -21,7 +21,10 @@ build_output_folder="./dist";
|
|||
###############################################################################
|
||||
|
||||
# Check out the lantern git submodule if needed
|
||||
if [ ! -d "${lantern_path}" ]; then git submodule update --init "${lantern_path}"; fi
|
||||
if [ ! -d "${lantern_path}" ]; then
|
||||
echo "Checking out lantern";
|
||||
git submodule update --init "${lantern_path}";
|
||||
fi
|
||||
|
||||
source "${lantern_path}/lantern.sh";
|
||||
|
||||
|
|
Loading…
Reference in a new issue