diff options
author | Nick Thomas <nick@gitlab.com> | 2017-05-25 12:10:34 +0100 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2017-05-25 18:12:42 +0100 |
commit | eb21f93267f3d911b40cace81a4f63f857a1243a (patch) | |
tree | e6028fd948a6633f477f8c0a57941eab79aadd9d /.gitlab-ci.yml | |
parent | 6ece9792666d5ac8670b4c275c42c6ec8998322d (diff) | |
download | gitlab-ce-eb21f93267f3d911b40cace81a4f63f857a1243a.tar.gz |
Only use DROP INDEX CONCURRENTLY on postgreql 9.2+
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
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 |