mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-22 14:28:54 +00:00
try sudo
This commit is contained in:
parent
1783ef3804
commit
06757d9a83
|
|
@ -6,7 +6,7 @@ services:
|
|||
- mysql
|
||||
before_script:
|
||||
- mysql -e "use mysql; update user set authentication_string=PASSWORD('123456') where User='root'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;"
|
||||
- service mysql restart
|
||||
- sudo service mysql restart
|
||||
- pecl install ast
|
||||
- composer install
|
||||
script:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user