Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot 2020-10-09 21:08:34 +00:00
parent 960d1d4c59
commit 50d3b4e4fe
2 changed files with 2 additions and 8 deletions

View File

@ -1,5 +0,0 @@
---
title: 'Switch Auto Test CI template to `bitnami/postgresql` docker image (was previously `postgres`)'
merge_request: 44329
author:
type: changed

View File

@ -1,10 +1,9 @@
test:
variables:
POSTGRES_VERSION: 9.6.16 # This is the version used by Auto Deploy by default, see https://hub.docker.com/r/bitnami/postgresql/tags for available tags
POSTGRES_VERSION: 9.6.16
POSTGRES_DB: test
services:
- name: "bitnami/postgresql:${POSTGRES_VERSION}"
alias: postgres
- "postgres:${POSTGRES_VERSION}"
stage: test
image: gliderlabs/herokuish:latest
needs: []