diff --git a/DbContinuousIntegrationWrapper.sh b/DbContinuousIntegrationWrapper.sh index 778119f..35d54d6 100755 --- a/DbContinuousIntegrationWrapper.sh +++ b/DbContinuousIntegrationWrapper.sh @@ -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 # 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 # 4. Download all the 3rd party packages (composer, npm, pip)