Commit dbbdd07d authored by Thong Kuah's avatar Thong Kuah

Merge branch '33200-add-empty-needs-to-auto-devops-test' into 'master'

Allow Auto DevOps Test stage to start immediately

See merge request gitlab-org/gitlab!31185
parents 4588d1c3 9296da2f
---
title: Allow Auto DevOps Test stage to start immediately
merge_request: 31185
author:
type: other
......@@ -5,6 +5,7 @@ test:
POSTGRES_DB: test
stage: test
image: gliderlabs/herokuish:latest
needs: []
script:
- |
if [ -z ${KUBERNETES_PORT+x} ]; then
......
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