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:
authorStan Hu <stanhu@gmail.com>2017-11-10 21:54:11 +0300
committerStan Hu <stanhu@gmail.com>2017-11-10 21:57:39 +0300
commit84d45c611f2fb7627d90c34ad08d03a5afe359c2 (patch)
treeb530e06f8a0093ef691518b62179a24884273ae0
parentcfd8c605704dab0bfe649c38059dcc7a4d68e9db (diff)
Bump PostgreSQL image to 9.6sh-test-postgresql-9-6
It appears that PostgreSQL pulled the 9.2 images from Docker Hub, so we could either create our own image, use 9.3, or bump to 9.6. I think the latter is the best thing to do now since we ship with 9.6. Closes gitlab-org/gitlab-ee#3758
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5710effc39d..4407e98b2da 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -61,7 +61,7 @@ stages:
.use-pg: &use-pg
services:
- - postgres:9.2
+ - postgres:9.6
- redis:alpine
.use-mysql: &use-mysql