Skip to content

Commit

Permalink
debug pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
hugotiburtino committed Dec 13, 2024
1 parent a51dd7b commit 100c269
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/wait_for_server.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
if ! timeout 120 bash -c 'until tail -f output.log | grep -m 1 "Registered platform:"; do sleep 1; done'; then
echo "catting output.log"
cat output.log

echo "Error: Server is not working correctly." >&2
exit 1
fi

0 comments on commit 100c269

Please sign in to comment.