Skip to content
Snippets Groups Projects
Commit abf89c56 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

dev #53508 try to setup mysql service

parent ecea9715
Branches
Tags
4 merge requests!2080Sandbox detach zf from storm,!2061Master,!1997Dev#53508 ci with docker,!1917[WIP] Hotline#50082 mixed records links in loans list
Pipeline #208 failed with stage
in 2 minutes
services:
- mysql:latest
variables:
MYSQL_DATABASE: "bokeh_build_${CI_BUILD_REF}"
MYSQL_ROOT_PASSWORD: root
......
......@@ -16,8 +16,8 @@ apt-get install libmcrypt-dev -yqq
# required php extensions not included in base php image
docker-php-ext-install mysqli
docker-php-ext-install mcrypt
docker-php-ext-install libxml
docker-php-ext-install dom
#docker-php-ext-install libxml
#docker-php-ext-install dom
docker-php-ext-install gettext
# data preparation
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment