Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
953a5636
Commit
953a5636
authored
Oct 09, 2020
by
Thong Kuah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Merge branch 'use-bitnami-postgres-for-test-template' into 'master'"
This reverts merge request !44329
parent
e042b023
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
changelogs/unreleased/use-bitnami-postgres-for-test-template.yml
...ogs/unreleased/use-bitnami-postgres-for-test-template.yml
+0
-5
lib/gitlab/ci/templates/Jobs/Test.gitlab-ci.yml
lib/gitlab/ci/templates/Jobs/Test.gitlab-ci.yml
+2
-3
No files found.
changelogs/unreleased/use-bitnami-postgres-for-test-template.yml
deleted
100644 → 0
View file @
e042b023
---
title
:
'
Switch
Auto
Test
CI
template
to
`bitnami/postgresql`
docker
image
(was
previously
`postgres`)'
merge_request
:
44329
author
:
type
:
changed
lib/gitlab/ci/templates/Jobs/Test.gitlab-ci.yml
View file @
953a5636
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
:
[]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment