From 45a0902d2ca4d2dda1212138c123fc3dddd0d70f Mon Sep 17 00:00:00 2001 From: Alexey Melezhik Date: Fri, 29 Apr 2022 13:19:42 -0500 Subject: [PATCH] redirect stderr to stdout to make Sparrow log less messy --- .sparkyci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sparkyci.yaml b/.sparkyci.yaml index f7e2d3d..a1d54a4 100644 --- a/.sparkyci.yaml +++ b/.sparkyci.yaml @@ -6,4 +6,4 @@ main: build: pre: | set -x - ake test-setup deploy-runner + ake test-setup deploy-runner 2>&1 -- 2.45.2