Skip to content
Snippets Groups Projects
Verified Commit 52aa8852 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

PIPELINE

parent 0e78ed18
No related branches found
No related tags found
3 merge requests!17Release 6.0,!15External String IDs,!11DRAFT: file system cleanup
Pipeline #41872 canceled
...@@ -69,7 +69,7 @@ unittests-mysql-8: ...@@ -69,7 +69,7 @@ unittests-mysql-8:
# Should not stop the pipeline from continuing. # Should not stop the pipeline from continuing.
allow_failure: true allow_failure: true
services: services:
- name: mysql:8.0 - name: mysql:8.0.32
command: ["--default-authentication-plugin=mysql_native_password"] command: ["--default-authentication-plugin=mysql_native_password"]
script: script:
...@@ -84,7 +84,7 @@ unittests-mysql-5: ...@@ -84,7 +84,7 @@ unittests-mysql-5:
# Should not stop the pipeline from continuing. # Should not stop the pipeline from continuing.
allow_failure: true allow_failure: true
services: services:
- name: mysql:5.7 - name: mysql:5.7.36
command: ["--default-authentication-plugin=mysql_native_password"] command: ["--default-authentication-plugin=mysql_native_password"]
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment