This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit c90249f728cc3ee132f5b2b2ff3e9e170b616f95
Author: Peter Palaga <ppal...@redhat.com>
AuthorDate: Fri Apr 9 10:58:57 2021 +0200

    cat /etc/hosts on GH actions to see whether that's the cause of HBase 
failures
---
 .github/workflows/ci-build.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index f040906..0a20cdd 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -264,6 +264,10 @@ jobs:
           df -h /
           tar -xzf ../maven-repo.tgz -C ~
           df -h /
+          hostname
+          hostname -f
+          hostname -A
+          cat /etc/hosts
       - name: cd extensions-jvm && mvn clean test
         run: |
           cd extensions-jvm

Reply via email to