From f78a383979ed30592792c9a8a6ce65d062fa6f30 Mon Sep 17 00:00:00 2001 From: Flavius Lacatusu Date: Tue, 5 Jan 2021 13:49:15 +0100 Subject: [PATCH] Fix gap Signed-off-by: Flavius Lacatusu --- .github/bin/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/bin/common.sh b/.github/bin/common.sh index 70576df3b..4dfa055dd 100755 --- a/.github/bin/common.sh +++ b/.github/bin/common.sh @@ -126,7 +126,7 @@ installYq() { # Graps Eclipse Che logs collectCheLogWithChectl() { mkdir -p ${ARTIFACTS_DIR} - chectl server:logs telemetry=off --chenamespace=${NAMESPACE} --directory=${ARTIFACTS_DIR} + chectl server:logs --telemetry=off --chenamespace=${NAMESPACE} --directory=${ARTIFACTS_DIR} } # Build latest operator image