1
0

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
2 changed files with 3 additions and 1 deletions

View File

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

View File

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