Browse Source

test docker installation

tor-relay
nicolas.dorier 5 years ago
parent
commit
61d20e7f23
No known key found for this signature in database GPG Key ID: 6618763EF09186FE
  1. 3
      .circleci/test-install.sh

3
.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

Loading…
Cancel
Save