Commit 288cb1a9 authored by Marin Jankovski's avatar Marin Jankovski

Merge branch 'ee-add-review-app' into 'master'

Merging conflicts for ee_compat_check in !22010

See merge request gitlab-org/gitlab-ee!8053
parents 55590b85 723ada3c
...@@ -48,10 +48,10 @@ function create_secret() { ...@@ -48,10 +48,10 @@ function create_secret() {
} }
function deployExists() { function deployExists() {
local namespace="${1}" local namespace="${1}"
local deploy="${2}" local deploy="${2}"
helm status --tiller-namespace "${namespace}" "${deploy}" >/dev/null 2>&1 helm status --tiller-namespace "${namespace}" "${deploy}" >/dev/null 2>&1
return $? return $?
} }
function previousDeployFailed() { function previousDeployFailed() {
......
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