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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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