Skip to content

Commit

Permalink
unmask mysql service before starting
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan63 committed Jun 16, 2024
1 parent 27bdee8 commit d23c320
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/azure-pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
displayName: Install dependencies
- script: |
set -ex
sudo systemctl unmask mysql.service
sudo systemctl start mysql
sudo mysql -u root -e "create database hxcpp; grant all privileges on hxcpp.* to hxcpp@localhost identified by 'hxcpp'; flush privileges;"
displayName: Configure MariaDB
Expand Down

0 comments on commit d23c320

Please sign in to comment.