mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Print rat.txt when build failed
This commit is contained in:
parent
4eee837bc6
commit
ae3ea5a9f6
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ script:
|
|||
- mvn verify -Pusing-packaged-distr -B
|
||||
|
||||
after_failure:
|
||||
- cat target/rat.txt
|
||||
- cat zeppelin-distribution/target/zeppelin-*-SNAPSHOT/zeppelin-*-SNAPSHOT/logs/zeppelin*.log
|
||||
- cat zeppelin-distribution/target/zeppelin-*-SNAPSHOT/zeppelin-*-SNAPSHOT/logs/zeppelin*.out
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue