summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2017-05-25 12:10:34 +0100
committerNick Thomas <nick@gitlab.com>2017-05-25 18:12:42 +0100
commiteb21f93267f3d911b40cace81a4f63f857a1243a (patch)
treee6028fd948a6633f477f8c0a57941eab79aadd9d /.gitlab-ci.yml
parent6ece9792666d5ac8670b4c275c42c6ec8998322d (diff)
downloadgitlab-ce-eb21f93267f3d911b40cace81a4f63f857a1243a.tar.gz
Only use DROP INDEX CONCURRENTLY on postgreql 9.2+
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 638553d7bf7..f13a00bd984 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -52,7 +52,7 @@ stages:
.use-pg: &use-pg
services:
- - postgres:9.2
+ - postgres:9.1
- redis:alpine
.use-mysql: &use-mysql