Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilchodola authored Nov 5, 2024
1 parent 793e25e commit 261f290
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/sync-supported-chains.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,11 +218,6 @@ jobs:
docker logs -f "$container_name" | while read -r line; do
echo "$line"
if [[ "$line" == *"Nethermind is shut down"* ]]; then
echo "Unexpected termination detected: $line"
exit 1
fi
if [ "$found_bad_log" = true ]; then
counter=$((counter + 1))
Expand Down Expand Up @@ -263,10 +258,8 @@ jobs:
fi
done

if [ "$found_bad_log" = true ]; then
echo "Error detected, but the logs stopped unexpectedly. Exiting."
exit 1
fi
echo "Unexpected termination detected - probably due to critical issue."
exit 1

- name: Get Consensus Logs
if: always() && matrix.config.network != 'joc-mainnet' && matrix.config.network != 'joc-testnet' && matrix.config.network != 'linea-mainnet' && matrix.config.network != 'linea-sepolia'
Expand Down

0 comments on commit 261f290

Please sign in to comment.