Skip to content

Commit be9b9cb

Browse files
committed
ci: quiet tar expand output
pipe output of tar xvf to /dev/null to reduce noise in log Signed-off-by: Kumar Gala <[email protected]>
1 parent 5a476fa commit be9b9cb

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
@@ -41,7 +41,7 @@ steps:
4141
16) TARGET="arc64";;
4242
esac
4343
- buildkite-agent artifact download crosstool.$OS.$MACHINE.tar.bz2 .
44-
- tar xvf crosstool.$OS.$MACHINE.tar.bz2
44+
- tar xvf crosstool.$OS.$MACHINE.tar.bz2 2> /dev/null
4545
- ./go.sh $${TARGET}
4646
- >
4747
if [ $${TARGET} = "tools" ]; then

0 commit comments

Comments
 (0)