Fix Review App debugging
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
d892e80bf0
commit
dccf643c42
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ function delete() {
|
||||||
function get_pod() {
|
function get_pod() {
|
||||||
local app_name="${1}"
|
local app_name="${1}"
|
||||||
local status="${2-Running}"
|
local status="${2-Running}"
|
||||||
get_pod_cmd="kubectl get pods -n ${KUBE_NAMESPACE} --field-selector=status.phase=${status} -lapp=${app_name},release=${CI_ENVIRONMENT_SLUG} --no-headers -o=custom-columns=NAME:.metadata.name"
|
get_pod_cmd="kubectl get pods -n ${KUBE_NAMESPACE} --field-selector=status.phase=${status} -lapp=${app_name},release=${CI_ENVIRONMENT_SLUG} --no-headers -o=custom-columns=NAME:.metadata.name | tail -n 1"
|
||||||
echoinfo "Waiting till '${app_name}' pod is ready" true
|
echoinfo "Waiting till '${app_name}' pod is ready" true
|
||||||
echoinfo "Running '${get_pod_cmd}'"
|
echoinfo "Running '${get_pod_cmd}'"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue