Skip to content

Commit 8dc4dcb

Browse files
committed
doc
1 parent 02a19d1 commit 8dc4dcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/git_update_sources.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ do
8484
echo "Found generate_filelist_xml.php from ".`pwd`
8585
php build/generate_filelist_xml.php release=auto-sellyoursaas buildzip=1
8686
if [ $? -ne 0 ]; then
87-
echo "Failed to generate the signature file"
88-
exit 1;
87+
echo "!!!!! ERROR Failed to generate the signature file"
88+
#exit 1; # We disable exit so we continue with next dir, so only dir in error is not built
8989
fi
9090
fi
9191

0 commit comments

Comments
 (0)