This is an automated email from the ASF dual-hosted git repository. abhi pushed a commit to branch debug_hbase in repository https://gitbox.apache.org/repos/asf/ranger.git
commit 47b8879bd02e91be18fb5b8d9a0925a8e83f3ad6 Author: Abhishek Kumar <[email protected]> AuthorDate: Sun Apr 27 18:42:24 2025 -0700 Update maven.yml --- .github/workflows/maven.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 94cc5c32b..5a5f201de 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -171,6 +171,9 @@ jobs: echo "Container $container is NOT running!"; fi done + + echo "Fetching logs from ranger-hbase container for debug" + docker logs ranger-hbase if [[ $flag == true ]]; then echo "All required containers are up and running";
