Re: [PATCH v2] CI: Stop hijacking the hosts file

2020-11-17 Thread Willy Tarreau
On Wed, Nov 11, 2020 at 10:36:54PM +0100, Tim Duesterhus wrote:
> Willy,
> 
> fixed a typo in the commit message. not -> now. Sorry for the noise with the
> separate mails!

No problem, now merged, thank you Tim!
Willy



[PATCH v2] CI: Stop hijacking the hosts file

2020-11-11 Thread Tim Duesterhus
Willy,

fixed a typo in the commit message. not -> now. Sorry for the noise with the
separate mails!

Best regards
Tim Düsterhus

Apply with `git am --scissors` to automatically cut the commit message.

-- >8 --
vtest/VTest#24 is merged now. This step is no longer required.
---
 .github/workflows/vtest.yml | 6 --
 1 file changed, 6 deletions(-)

diff --git a/.github/workflows/vtest.yml b/.github/workflows/vtest.yml
index c3571b876..28e814153 100644
--- a/.github/workflows/vtest.yml
+++ b/.github/workflows/vtest.yml
@@ -101,12 +101,6 @@ jobs:
 echo "::endgroup::"
 haproxy -vv
 echo "::set-output name=version::$(haproxy -v |awk 'NR==1{print $3}')"
-- name: Adjust hosts file
-  # This step can be removed if https://github.com/vtest/VTest/pull/24 is
-  # fixed.
-  run: |
-cat /etc/hosts
-sudo sed -i.bak '/::1/s/^/#/' /etc/hosts
 - name: Install problem matcher for VTest
   # This allows one to more easily see which tests fail.
   run: echo "::add-matcher::.github/vtest.json"
-- 
2.29.0