From ece211cd8e3b24cf6f6019b943874040af3fbe4f Mon Sep 17 00:00:00 2001 From: Jin Eguchi Date: Fri, 1 Jul 2022 16:08:29 +0900 Subject: [PATCH] Fix CI error(stop docker.socket) (#666) --- .circleci/test-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/test-install.sh b/.circleci/test-install.sh index 708b0d6..204db1a 100755 --- a/.circleci/test-install.sh +++ b/.circleci/test-install.sh @@ -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