ci
This commit is contained in:
parent
6a3b9567be
commit
ddfe11b1ac
1 changed files with 1 additions and 0 deletions
|
|
@ -567,6 +567,7 @@ if ($nboftargetok) {
|
|||
|
||||
echo "Create xml check file with hash checksum with command php ".$SOURCE."/dev/build/generate_filelist_xml.php release=$MAJOR.$MINOR.$BUILD\n";
|
||||
$outputLines = [];
|
||||
$retcode = 0;
|
||||
exec("php $SOURCE/dev/build/generate_filelist_xml.php release=$MAJOR.$MINOR.$BUILD", $outputLines, $retcode);
|
||||
$ret = implode("\n", $outputLines);
|
||||
if ($retcode !== 0) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue