Add platform part too

This commit is contained in:
twinaphex 2015-11-05 21:12:31 +01:00
parent a07d978886
commit 2aa695edda

View File

@ -55,7 +55,7 @@ post_error_log() {
error=`cat $WORKDIR/log/$1.log | tail -n 100` error=`cat $WORKDIR/log/$1.log | tail -n 100`
haste=`curl -s -XPOST http://hastebin.com/documents -d"$error"` haste=`curl -s -XPOST http://hastebin.com/documents -d"$error"`
haste=`echo $haste | cut -d"\"" -f4` haste=`echo $haste | cut -d"\"" -f4`
echo "$1 build failed (platform: $2) LOG: http://hastebin.com/$haste" echo "$1 build failed (platform: $FORMAT_COMPILER_TARGET) LOG: http://hastebin.com/$haste"
} }
build_summary_log() { build_summary_log() {