From 4aa5eb1bbc36be60a2361a03ad1dd8666d854473 Mon Sep 17 00:00:00 2001 From: Morgan Pretty Date: Wed, 7 Feb 2024 11:29:02 +1100 Subject: [PATCH] Remove debug lines --- Scripts/drone-upload-exists.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Scripts/drone-upload-exists.sh b/Scripts/drone-upload-exists.sh index 7035d9597..a810b77a3 100755 --- a/Scripts/drone-upload-exists.sh +++ b/Scripts/drone-upload-exists.sh @@ -36,13 +36,8 @@ while true; do exit 1 fi - # Extract 'session-ios...' titles using grep and awk + # Extract 'session-ios...' titles using grep and awk then look for the target file current_build_artifacts=$(echo "$build_artifacts_html" | grep -o "href=\"${prefix}[^\"]*" | sed 's/href="//') - - echo -e "\n\n\n\nDebug - Existing build artifacts:" - echo -e "${current_build_artifacts}" - - # Use grep to check for the combination target_file=$(echo "$current_build_artifacts" | grep -o "${prefix}.*${suffix}" | tail -n 1) if [ -n "$target_file" ]; then