Removed stdout redir in push build script

Signed-off-by: Russ Magee <rmagee@gmail.com>
This commit is contained in:
Russ Magee 2020-01-30 13:01:10 -08:00
parent 0303b394c8
commit 399babd62a
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ stage "Test(C->S)"
echo "TODO ..."
stage "Lint"
make lint >lint.out
make lint
stage "Artifacts"
echo -n "Creating tarfile ..."