Skip to content

Commit c748128

Browse files
committed
ci: quiet tar
Drop verbose option from tar to make it less noise in the logs Signed-off-by: Kumar Gala <[email protected]>
1 parent 7291775 commit c748128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/pipeline-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ steps:
4545
esac
4646
- buildkite-agent artifact download crosstool.$OS.$MACHINE.tar.bz2 .
4747
- buildkite-agent artifact download build/output/sources/* .
48-
- tar xvf crosstool.$OS.$MACHINE.tar.bz2 2> /dev/null
48+
- tar xf crosstool.$OS.$MACHINE.tar.bz2
4949
- ./go.sh $${TARGET}
5050
- >
5151
if [ $${TARGET} = "tools" ]; then

0 commit comments

Comments
 (0)