summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDumitru Ceara <dceara@redhat.com>2021-10-08 13:57:48 +0200
committerIlya Maximets <i.maximets@ovn.org>2021-11-09 00:13:08 +0100
commit695530d8fb07eb15adbc3506bb7abe2c7f5681d8 (patch)
treee816f5c2e358684ca79a63112fb0f4e546bf9dca /.github/workflows
parent113f925aa5026ef2b5d57ef6284c1f06da2d4bb7 (diff)
downloadopenvswitch-695530d8fb07eb15adbc3506bb7abe2c7f5681d8.tar.gz
github: Remove workaround fixing up /etc/hosts.
The issue that was worked around has been fixed in the meantime: https://github.com/actions/virtual-environments/issues/3353 Signed-off-by: Dumitru Ceara <dceara@redhat.com> Reviewed-by: David Marchand <david.marchand@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build-and-test.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml
index 7434ad18e..eac3504e4 100644
--- a/.github/workflows/build-and-test.yml
+++ b/.github/workflows/build-and-test.yml
@@ -113,12 +113,6 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- - name: fix up /etc/hosts
- # https://github.com/actions/virtual-environments/issues/3353
- run: |
- cat /etc/hosts
- sudo sed -i "/don't remove this line/d" /etc/hosts || true
-
- name: update PATH
run: |
echo "$HOME/bin" >> $GITHUB_PATH