Commit c1b99bed authored by Thong Kuah's avatar Thong Kuah

Merge branch '11120-autodevops-test-postgres-version' into 'master'

Added POSTGRES_VERSION variable to Auto DevOps Test stage

Closes #11120

See merge request gitlab-org/gitlab!22884
parents 968b8186 6ff594d9
---
title: Use POSTGRES_VERSION variable in Auto DevOps Test stage
merge_request:
author: Serban Marti
type: fixed
test: test:
services: services:
- postgres:latest - "postgres:${POSTGRES_VERSION}"
variables: variables:
POSTGRES_DB: test POSTGRES_DB: test
stage: test stage: test
......
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