mirror of https://gogs.blitter.com/RLabs/xs
Removed stdout redir in push build script
Signed-off-by: Russ Magee <rmagee@gmail.com>
This commit is contained in:
parent
0303b394c8
commit
399babd62a
|
@ -64,7 +64,7 @@ stage "Test(C->S)"
|
||||||
echo "TODO ..."
|
echo "TODO ..."
|
||||||
|
|
||||||
stage "Lint"
|
stage "Lint"
|
||||||
make lint >lint.out
|
make lint
|
||||||
|
|
||||||
stage "Artifacts"
|
stage "Artifacts"
|
||||||
echo -n "Creating tarfile ..."
|
echo -n "Creating tarfile ..."
|
||||||
|
|
Loading…
Reference in New Issue