Fix error of CircleCI (#564)

This commit is contained in:
Jin Eguchi 2022-01-03 22:08:02 +09:00 committed by GitHub
parent d73cab1ebb
commit 4dcbeaf193
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,7 @@ jobs:
cansetup:
machine:
enabled: true
image: ubuntu-2004:202101-01
steps:
- checkout
- run:

View File

@ -3,6 +3,7 @@
set -e
apt-get remove docker-ce
rm -rf /usr/bin/docker
rm -rf /usr/local/bin/docker-compose
cd ../..
@ -24,4 +25,4 @@ timeout 1m bash .circleci/test-connectivity.sh
# Testing scripts are not crashing and installed
btcpay-up.sh
btcpay-down.sh
btcpay-down.sh