We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02a19d1 commit 8dc4dcbCopy full SHA for 8dc4dcb
scripts/git_update_sources.sh
@@ -84,8 +84,8 @@ do
84
echo "Found generate_filelist_xml.php from ".`pwd`
85
php build/generate_filelist_xml.php release=auto-sellyoursaas buildzip=1
86
if [ $? -ne 0 ]; then
87
- echo "Failed to generate the signature file"
88
- exit 1;
+ echo "!!!!! ERROR Failed to generate the signature file"
+ #exit 1; # We disable exit so we continue with next dir, so only dir in error is not built
89
fi
90
91
0 commit comments