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 5a476fa commit be9b9cbCopy full SHA for be9b9cb
.buildkite/pipeline-template.yml
@@ -41,7 +41,7 @@ steps:
41
16) TARGET="arc64";;
42
esac
43
- buildkite-agent artifact download crosstool.$OS.$MACHINE.tar.bz2 .
44
- - tar xvf crosstool.$OS.$MACHINE.tar.bz2
+ - tar xvf crosstool.$OS.$MACHINE.tar.bz2 2> /dev/null
45
- ./go.sh $${TARGET}
46
- >
47
if [ $${TARGET} = "tools" ]; then
0 commit comments