mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-22 22:38:41 +00:00
Fix change password command
This commit is contained in:
parent
0407659445
commit
5001003414
|
|
@ -5,7 +5,7 @@ php:
|
|||
services:
|
||||
- mysql
|
||||
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
|
||||
- pecl install ast
|
||||
- composer install
|
||||
script:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user