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