mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-13 15:18:41 +00:00
Try to restart mysql
This commit is contained in:
parent
5001003414
commit
5a71144588
|
|
@ -6,6 +6,7 @@ services:
|
||||||
- mysql
|
- mysql
|
||||||
before_script:
|
before_script:
|
||||||
- echo "USE mysql;\nUPDATE user SET password=PASSWORD('password') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
|
- echo "USE mysql;\nUPDATE user SET password=PASSWORD('password') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
|
||||||
|
- sudo service mysql restart
|
||||||
- pecl install ast
|
- pecl install ast
|
||||||
- composer install
|
- composer install
|
||||||
script:
|
script:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user