mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-12 14:58:42 +00:00
try sudo
This commit is contained in:
parent
1783ef3804
commit
06757d9a83
|
|
@ -6,7 +6,7 @@ services:
|
||||||
- mysql
|
- mysql
|
||||||
before_script:
|
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;"
|
- 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
|
- pecl install ast
|
||||||
- composer install
|
- composer install
|
||||||
script:
|
script:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user