Skip to content

Commit 8e3bc36

Browse files
authored
unmask mysql service before starting (#1114)
1 parent fa8e537 commit 8e3bc36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/azure-pipelines/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
displayName: Install dependencies
4040
- script: |
4141
set -ex
42+
sudo systemctl unmask mysql.service
4243
sudo systemctl start mysql
4344
sudo mysql -u root -e "create database hxcpp; grant all privileges on hxcpp.* to hxcpp@localhost identified by 'hxcpp'; flush privileges;"
4445
displayName: Configure MariaDB

0 commit comments

Comments
 (0)