Update DbContinuousIntegrationWrapper.sh

This commit is contained in:
git 2025-11-24 17:14:56 +00:00
parent 2aade5710e
commit 248c7b3d77

View File

@ -13,8 +13,10 @@ do
/usr/bin/php package.json.php > package.json
touch -t $(/usr/bin/mariadb -se "SELECT DATE_FORMAT(LastUpdated, '%Y%m%d%H%i.%s') FROM SYS_PRD_BND.Npm ORDER BY LastUpdated DESC LIMIT 1") package.json
# 3. Continuous integration script
# 3. Download all the 3rd party packages (composer, npm, pip)
make
# 4. Continuous integration script (react functions)
/usr/bin/php DbContinuousIntegration.php
sleep 10
done