We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7291775 commit c748128Copy full SHA for c748128
.buildkite/pipeline-template.yml
@@ -45,7 +45,7 @@ steps:
45
esac
46
- buildkite-agent artifact download crosstool.$OS.$MACHINE.tar.bz2 .
47
- buildkite-agent artifact download build/output/sources/* .
48
- - tar xvf crosstool.$OS.$MACHINE.tar.bz2 2> /dev/null
+ - tar xf crosstool.$OS.$MACHINE.tar.bz2
49
- ./go.sh $${TARGET}
50
- >
51
if [ $${TARGET} = "tools" ]; then
0 commit comments