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

WIP: setup with mysql 5.7

parent e154d6e1
Branches
No related tags found
No related merge requests found
Pipeline #9187 failed
FROM debian:buster FROM mysql:8
RUN apt-get update \ RUN apt-get update \
&& \ && \
apt-get install -y \ apt-get install -y \
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
# #
services: services:
- mysql:8 - mysql:5.7
variables: variables:
DEPLOY_REF: dev DEPLOY_REF: dev
CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb/src/caosdb-mysqlbackend/testenv:latest CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb/src/caosdb-mysqlbackend/testenv:latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment