Update buildProject.sh

This commit is contained in:
Dennis Eichhorn 2018-02-23 13:31:50 +01:00 committed by GitHub
parent 9b334df17c
commit 9a04861284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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