summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2019-06-19 15:48:48 +0000
committerRobert Speicher <rspeicher@gmail.com>2019-06-19 15:48:48 +0000
commite66faa63ea8bcc69be49cb6975b6555cb54000b3 (patch)
tree9827a87b782758c74751c05bc3b3ec73282867a6 /.gitlab-ci.yml
parent49480d8e0556d2dc96b0b460ef749c60d5231ebb (diff)
parent8802dd24ecf17fa90b3e0200a05224297fa0f462 (diff)
downloadgitlab-ce-e66faa63ea8bcc69be49cb6975b6555cb54000b3.tar.gz
Merge branch '52442-minimal-remove-mysql-support' into 'master'
Only support postgresql (minimal version) See merge request gitlab-org/gitlab-ce!29790
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0df08597bc2..5b39304444c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,6 @@
image: "dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.6.3-golang-1.11-git-2.21-chrome-73.0-node-12.x-yarn-1.16-postgresql-9.6-graphicsmagick-1.3.29"
variables:
- MYSQL_ALLOW_EMPTY_PASSWORD: "1"
RAILS_ENV: "test"
NODE_ENV: "test"
SIMPLECOV: "true"