1
0

Fix CI error(stop docker.socket) (#666)

This commit is contained in:
Jin Eguchi
2022-07-01 16:08:29 +09:00
committed by GitHub
parent a44871f1ae
commit ece211cd8e

View File

@@ -2,6 +2,7 @@
set -e
systemctl stop docker.socket
apt-get remove docker-ce
rm -rf /usr/bin/docker
rm -rf /usr/local/bin/docker-compose