Skip to content
Snippets Groups Projects
Verified Commit 8b00b5ca authored by Daniel Hornung's avatar Daniel Hornung
Browse files

WIP: CI for mysql: Attempt to fix yaml

parent 099815f7
No related branches found
No related tags found
2 merge requests!7Release v5.0.0,!4CI pipeline for mysql unit tests
Pipeline #9822 failed
...@@ -20,9 +20,9 @@ ...@@ -20,9 +20,9 @@
# #
services: services:
- name: mariadb:10.4 - mariadb:10.4
- name: mysql:8.0 - name: mysql:8.0
command: --default-authentication-plugin=mysql_native_password command: ["--default-authentication-plugin=mysql_native_password"]
variables: variables:
DEPLOY_REF: dev DEPLOY_REF: dev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment