From 421aabab6c9aab078f0e161d3e55e613a8b3f02a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jason=20K=C3=B6lker?= Date: Fri, 25 Sep 2020 19:56:03 +0000 Subject: [PATCH] ci: don't hide deployment output --- ci/ci-integration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/ci-integration.sh b/ci/ci-integration.sh index 93e423e7..f46823e0 100755 --- a/ci/ci-integration.sh +++ b/ci/ci-integration.sh @@ -339,7 +339,7 @@ EOF dcos marathon app add "${MLB_JSON}" # Sleeping to wait for MLB to deploy. - until ! dcos marathon deployment list > /dev/null 2>&1; do + until ! dcos marathon deployment list; do sleep 1 done