2
0
mirror of https://github.com/frappe/books.git synced 2024-12-23 03:19:01 +00:00

removed root login attempts

This commit is contained in:
Shridhar 2018-02-08 21:22:07 +05:30
parent 1f16a22b0f
commit 8483832399

View File

@ -8,8 +8,8 @@ services:
before_install: before_install:
- mysql -u root -e 'create database test_frappejs' - mysql -u root -e 'create database test_frappejs'
- echo "USE mysql;\nCREATE USER 'test_frappejs'@'localhost' IDENTIFIED BY 'test_frappejs';\nFLUSH PRIVILEGES;\n" | mysql -u root -ptravis - echo "USE mysql;\nCREATE USER 'test_frappejs'@'localhost' IDENTIFIED BY 'test_frappejs';\nFLUSH PRIVILEGES;\n"
- echo "USE mysql;\nGRANT ALL PRIVILEGES ON \`test_frappejs\`.* TO 'test_frappejs'@'localhost';\n" | mysql -u root -ptravis - echo "USE mysql;\nGRANT ALL PRIVILEGES ON \`test_frappejs\`.* TO 'test_frappejs'@'localhost';\n"
- "git clone https://github.com/frappe/frappejs && cd frappejs" - "git clone https://github.com/frappe/frappejs && cd frappejs"
- "npm install -g yarn" - "npm install -g yarn"
- "yarn" - "yarn"