mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 11:48:40 +00:00
Update buildProject.sh
This commit is contained in:
parent
9b334df17c
commit
9a04861284
|
|
@ -8,11 +8,6 @@
|
|||
|
||||
cd ${ROOT_PATH}
|
||||
|
||||
# Setting up database for demo and testing
|
||||
mysql -e 'drop database if exists oms;' -u ${DB_USER} -p${DB_PASSWORD}
|
||||
mysql -e 'create database oms;' -u ${DB_USER} -p${DB_PASSWORD}
|
||||
#echo "USE mysql;\nUPDATE user SET password=PASSWORD('123456') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
|
||||
|
||||
# Run inspection
|
||||
. Inspection/inspect.sh
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user