Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2017-05-25 14:10:34 +0300
committerNick Thomas <nick@gitlab.com>2017-05-25 20:12:42 +0300
commiteb21f93267f3d911b40cace81a4f63f857a1243a (patch)
treee6028fd948a6633f477f8c0a57941eab79aadd9d /.gitlab-ci.yml
parent6ece9792666d5ac8670b4c275c42c6ec8998322d (diff)
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