mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 21:10:42 +02:00
Fix error of CircleCI (#564)
This commit is contained in:
parent
d73cab1ebb
commit
4dcbeaf193
@ -3,6 +3,7 @@ jobs:
|
||||
cansetup:
|
||||
machine:
|
||||
enabled: true
|
||||
image: ubuntu-2004:202101-01
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user