Skip to content

Commit d43f23a

Browse files
fniephaushamzaGhaissi
authored andcommitted
Fix "Disable docker" step.
1 parent e4268a1 commit d43f23a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/reachability-metadata.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,7 @@ jobs:
106106
- name: "Disable docker"
107107
run: |
108108
cd ${{ env.REACHABILITY_METADATA_PATH }}
109-
sudo apt-get install openbsd-inetd
110-
sudo bash -c "cat ./.github/workflows/discard-port.conf >> /etc/inetd.conf"
111-
sudo systemctl start inetd
112-
sudo mkdir /etc/systemd/system/docker.service.d
113-
sudo bash -c "cat ./.github/workflows/dockerd.service > /etc/systemd/system/docker.service.d/http-proxy.conf"
114-
sudo systemctl daemon-reload
115-
sudo systemctl restart docker
109+
bash ./.github/workflows/scripts/disable-docker.sh
116110
- name: "Run '${{ matrix.coordinates }}' tests"
117111
run: |
118112
cd ${{ env.REACHABILITY_METADATA_PATH }}

0 commit comments

Comments
 (0)