Update DbContinuousIntegrationWrapper.sh
This commit is contained in:
parent
2aade5710e
commit
248c7b3d77
@ -13,8 +13,10 @@ do
|
|||||||
/usr/bin/php package.json.php > package.json
|
/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
|
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
|
make
|
||||||
|
|
||||||
|
# 4. Continuous integration script (react functions)
|
||||||
/usr/bin/php DbContinuousIntegration.php
|
/usr/bin/php DbContinuousIntegration.php
|
||||||
sleep 10
|
sleep 10
|
||||||
done
|
done
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user