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

szetszwo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git


The following commit(s) were added to refs/heads/master by this push:
     new da9eee0fb RATIS-2087. Remove workaround for GitHub reverse DNS issue 
(#1089)
da9eee0fb is described below

commit da9eee0fbd05ed5a8ede417ad098e679ef3254bb
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Fri May 10 17:59:36 2024 +0200

    RATIS-2087. Remove workaround for GitHub reverse DNS issue (#1089)
---
 .github/workflows/post-commit.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.github/workflows/post-commit.yml 
b/.github/workflows/post-commit.yml
index 13a921444..9408743e8 100644
--- a/.github/workflows/post-commit.yml
+++ b/.github/workflows/post-commit.yml
@@ -143,11 +143,6 @@ jobs:
           - misc
       fail-fast: false
     steps:
-        # TEMPORARY WHILE GITHUB FIXES 
https://github.com/actions/virtual-environments/issues/3185
-        - name: Add the current IP address, long hostname and short hostname 
record to /etc/hosts file
-          run: |
-            echo -e "$(ip addr show eth0 | grep "inet\b" | awk '{print $2}' | 
cut -d/ -f1)\t$(hostname -f) $(hostname -s)" | sudo tee -a /etc/hosts
-        # REMOVE CODE ABOVE WHEN ISSUE IS ADDRESSED!
         - name: Checkout project
           uses: actions/checkout@v4
         - name: Cache for maven dependencies

Reply via email to