mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 20:14:22 +00:00
add the complete url
This commit is contained in:
parent
9a40bc03ee
commit
e5f04b62d0
@ -230,7 +230,7 @@ build_libretro_generic_makefile() {
|
|||||||
else
|
else
|
||||||
ERROR=`cat /tmp/buildbot.log | tail -n 1000`
|
ERROR=`cat /tmp/buildbot.log | tail -n 1000`
|
||||||
HASTE=`curl -XPOST http://hastebin.com/documents -d"$ERROR" | cut --fields=4 --delimiter='"'`
|
HASTE=`curl -XPOST http://hastebin.com/documents -d"$ERROR" | cut --fields=4 --delimiter='"'`
|
||||||
MESSAGE="$1 build failed [$jobid] [LOG: $HASTE]"
|
MESSAGE="$1 build failed [$jobid] LOG: http://hastebin.com$HASTE"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user