Commit 0e51ca7c authored by Kamil Trzciński's avatar Kamil Trzciński

Merge branch 'mysql-password-ci' into 'master'

Allow empty Mysql password on CI

[ci skip]

See merge request !2558
parents faa9ca09 d9133529
# This file is generated by GitLab CI
image: "ruby:2.1"
services:
- mysql:latest
- postgres:latest
- redis:latest
variables:
MYSQL_ALLOW_EMPTY_PASSWORD: "1"
before_script:
- ./scripts/prepare_build.sh
- ruby -v
......
Markdown is supported
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