mirror of
https://gogs.blitter.com/RLabs/xs
synced 2024-08-14 10:26:42 +00:00
Removed stdout redir in push build script
Signed-off-by: Russ Magee <rmagee@gmail.com>
This commit is contained in:
parent
1f898a6817
commit
9c0a0434c7
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ stage "Test(C->S)"
|
|||
echo "TODO ..."
|
||||
|
||||
stage "Lint"
|
||||
make lint >lint.out
|
||||
make lint
|
||||
|
||||
stage "Artifacts"
|
||||
echo -n "Creating tarfile ..."
|
||||
|
|
Loading…
Reference in a new issue