Commit d72083bd authored by Stan Hu's avatar Stan Hu

Merge branch 'revert-e0c430ae' into 'master'

Revert "Merge branch 'use-bitnami-postgres-for-test-template' into 'master'"

See merge request gitlab-org/gitlab!44832
parents e042b023 953a5636
---
title: 'Switch Auto Test CI template to `bitnami/postgresql` docker image (was previously `postgres`)'
merge_request: 44329
author:
type: changed
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: []
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment