From 50d595a5c8f1358d6248e771fa5b0c8f4f1dd9fb Mon Sep 17 00:00:00 2001 From: "Illuminatus [CCIO]" Date: Wed, 7 Aug 2024 16:05:40 -0700 Subject: [PATCH] Debug workflow exit --- scripts/cnode-helper-scripts/mithril.library | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/cnode-helper-scripts/mithril.library b/scripts/cnode-helper-scripts/mithril.library index 5f9e0cdb3..5b6493e7c 100644 --- a/scripts/cnode-helper-scripts/mithril.library +++ b/scripts/cnode-helper-scripts/mithril.library @@ -222,6 +222,7 @@ set_node_minimum_version() { status_code=$(curl -s -o "$response_file" -w "%{http_code}" https://raw.githubusercontent.com/input-output-hk/mithril/${MITHRIL_LATEST_VERSION}/networks.json) if [[ "$status_code" -gt 200 ]]; then + echo "ERROR: Failed to download the networks.json file from the mithril repository." MITHRIL_MINIMUM_NODE_VERSION="" else NETWORK=${NETWORK_NAME,,}