From 33912cf42fc57c48c91313e8e7b5204f1c4d894d Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Fri, 5 Apr 2024 17:03:13 -0400 Subject: [PATCH] More logging --- scripts/connectivity-check.sh | 2 ++ scripts/get-webmentions.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/scripts/connectivity-check.sh b/scripts/connectivity-check.sh index c1e1f01..de70ecb 100644 --- a/scripts/connectivity-check.sh +++ b/scripts/connectivity-check.sh @@ -5,6 +5,8 @@ # no pipefail here since there are no pipes. set -e -u +echo "running connecivity check" + ipv6_success=1 ipv4_success=1 diff --git a/scripts/get-webmentions.sh b/scripts/get-webmentions.sh index 061e5d1..37e54a0 100644 --- a/scripts/get-webmentions.sh +++ b/scripts/get-webmentions.sh @@ -14,6 +14,8 @@ exit_on_connectivity_failure() { if [ -z "$JOB_URL" ]; then sh scripts/connectivity-check.sh || exit_on_connectivity_failure +else + echo "running in CI" fi set -u