From 399babd62a347722c474fa595e51faec906e7032 Mon Sep 17 00:00:00 2001 From: Russ Magee Date: Thu, 30 Jan 2020 13:01:10 -0800 Subject: [PATCH] Removed stdout redir in push build script Signed-off-by: Russ Magee --- bacillus/ci_pushbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacillus/ci_pushbuild.sh b/bacillus/ci_pushbuild.sh index 19e1c57..46cc42a 100755 --- a/bacillus/ci_pushbuild.sh +++ b/bacillus/ci_pushbuild.sh @@ -64,7 +64,7 @@ stage "Test(C->S)" echo "TODO ..." stage "Lint" -make lint >lint.out +make lint stage "Artifacts" echo -n "Creating tarfile ..."