Skip to content

Commit 5670c85

Browse files
committed
Fix start of MySQL container
The module used is deprecated with MySQL8 and doesn't work with MySQL9 anymore. It seems we don't need it anymore, but the alternative is to keep using the MySQL8 container and not test for MySQL9.
1 parent ab267ec commit 5670c85

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gitlab/ci/template.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
- /bin/true
3737
services:
3838
- name: mysql
39-
command: ["--mysql-native-password", "--authentication_policy=mysql_native_password"]
4039
alias: sqlserver
4140

4241
.mariadb_job:

0 commit comments

Comments
 (0)