Skip to content

Commit

Permalink
Fix start of MySQL container
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Jul 22, 2024
1 parent 7054e71 commit c2230d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlab/ci/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
- /bin/true
services:
- name: mysql
command: ["--mysql-native-password", "--authentication_policy=mysql_native_password"]
command: ["--mysql-native-password=ON", "--authentication_policy=mysql_native_password"]
alias: sqlserver

.mariadb_job:
Expand Down

0 comments on commit c2230d1

Please sign in to comment.