We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4268a1 commit d43f23aCopy full SHA for d43f23a
.github/workflows/reachability-metadata.yml
@@ -106,13 +106,7 @@ jobs:
106
- name: "Disable docker"
107
run: |
108
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
+ bash ./.github/workflows/scripts/disable-docker.sh
116
- name: "Run '${{ matrix.coordinates }}' tests"
117
118
0 commit comments