CI: Dump logs after build
This commit is contained in:
parent
18bf0a0fdd
commit
bcb5ced70e
@ -27,3 +27,9 @@ before_script:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- sudo $(which out-of-tree) pack --autogen
|
- sudo $(which out-of-tree) pack --autogen
|
||||||
|
- |
|
||||||
|
out-of-tree log query | grep FAILURE | while read line; do
|
||||||
|
ID=$(echo $line | grep -o '[0-9]\+' | head -n 1)
|
||||||
|
out-of-tree log dump $ID | tr -cd '\11\12\15\40-\176'
|
||||||
|
done
|
||||||
|
- out-of-tree log query
|
||||||
|
Loading…
x
Reference in New Issue
Block a user