Update DbContinuousIntegrationWrapper.sh

This commit is contained in:
git 2026-01-09 09:19:12 +00:00
parent 692e8d6092
commit 4a53773756

View File

@ -14,7 +14,7 @@ do
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 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. Sync PythonPi 3rd party Python packages # 3. Sync PythonPi 3rd party Python packages
/usr/bin/php requirements.txt.php > requirements.txt /usr/bin/php requirements.txt.php > requirements.txt
touch -t $(/usr/bin/mariadb -se "SELECT DATE_FORMAT(LastUpdated, '%Y%m%d%H%i.%s') FROM SYS_PRD_BND.PyPi ORDER BY LastUpdated DESC LIMIT 1") requirements.txt touch -t $(/usr/bin/mariadb -se "SELECT DATE_FORMAT(LastUpdated, '%Y%m%d%H%i.%s') FROM SYS_PRD_BND.PyPi ORDER BY LastUpdated DESC LIMIT 1") requirements.txt
# 4. Download all the 3rd party packages (composer, npm, pip) # 4. Download all the 3rd party packages (composer, npm, pip)