From 61d20e7f23008411379c272e5f667d7c7260e2f3 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" <nicolas.dorier@gmail.com> Date: Wed, 4 Sep 2019 17:14:37 +0900 Subject: [PATCH] test docker installation --- .circleci/test-install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/test-install.sh b/.circleci/test-install.sh index 4658de7..65f6f9a 100755 --- a/.circleci/test-install.sh +++ b/.circleci/test-install.sh @@ -2,6 +2,9 @@ set -e +apt-get remove docker-ce +rm -rf /usr/local/bin/docker-compose + cd ../.. [ -d btcpayserver-docker ] || mv project btcpayserver-docker