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