Skip to content

Commit

Permalink
Debug workflow exit
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorBenson committed Aug 7, 2024
1 parent 6d0b137 commit 50d595a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/cnode-helper-scripts/mithril.library
Original file line number Diff line number Diff line change
Expand Up @@ -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,,}
Expand Down

0 comments on commit 50d595a

Please sign in to comment.