From 518818a8b0c9be6cced54c41d454b98b3f69fdb1 Mon Sep 17 00:00:00 2001 From: Morgan Pretty Date: Wed, 7 Feb 2024 08:58:57 +1100 Subject: [PATCH] Removed a debug line --- Scripts/drone-upload-exists.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/drone-upload-exists.sh b/Scripts/drone-upload-exists.sh index 5dd50f1a4..64fe91c98 100755 --- a/Scripts/drone-upload-exists.sh +++ b/Scripts/drone-upload-exists.sh @@ -22,7 +22,7 @@ fork_branch=$(echo "$head_info" | grep -o '"ref":"[^"]*' | sed 's/"ref":"//') upload_dir="https://oxen.rocks/${fork_repo}/${fork_branch}" echo "Starting to poll ${upload_dir} every 10s to check for a build matching '${prefix}.*${suffix}'" -exit 1 + # Loop indefinitely the CI can timeout the script if it takes too long total_poll_duration=0 max_poll_duration=$((30 * 60)) # Poll for a maximum of 30 mins