[ci] Let's try making the auto-checkout test stricter

This commit is contained in:
Starbeamrainbowlabs 2019-02-08 00:40:04 +00:00
parent 46f55a086b
commit 6d400b7c3a
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

2
build
View File

@ -21,7 +21,7 @@ build_output_folder="./dist";
###############################################################################
# Check out the lantern git submodule if needed
if [ ! -d "${lantern_path}" ]; then
if [ ! -f "${lantern_path}/lantern.sh" ]; then
echo "Checking out lantern";
git submodule update --init "${lantern_path}";
fi