1
0

Do not run btcpay-update.sh in the test, fix install

This commit is contained in:
nicolas.dorier
2019-09-04 17:03:52 +09:00
parent a9ff6f0e11
commit 60bd11f833
3 changed files with 5 additions and 12 deletions

View File

@@ -1,5 +1,6 @@
#!/bin/bash
echo "Trying to connect to btcpayserver..."
while true; do
if [ "$(curl -sL -w "%{http_code}\\n" "http://localhost/" -o /dev/null)" == "200" ]; then
echo "Successfully contacted BTCPayServer"

View File

@@ -17,9 +17,8 @@ export BTCPAYGEN_REVERSEPROXY="nginx"
export BTCPAYGEN_LIGHTNING="clightning"
source ./btcpay-setup.sh -i
timeout 10m bash .circleci/test-connectivity.sh
timeout 5m bash .circleci/test-connectivity.sh
# Testing scripts are not crashing and installed
btcpay-up.sh
btcpay-update.sh
btcpay-down.sh