Update DbContinuousIntegrationWrapper.sh
This commit is contained in:
parent
692e8d6092
commit
4a53773756
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user