Skip to content

Commit

Permalink
chore: show progress
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchere committed Dec 16, 2024
1 parent dbb076b commit 5ecdd97
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 15,142 deletions.
2 changes: 1 addition & 1 deletion .github/image/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
echo "Starting dolos bootstrap from snapshot"

# Run the bootstrap command and capture the output
BOOTSTRAP_OUTPUT=$(dolos bootstrap snapshot --variant full --config /etc/dolos.toml)
BOOTSTRAP_OUTPUT=$(dolos bootstrap snapshot --variant full --config /etc/dolos.toml 2>&1 | tee /dev/tty)

# Check if the output indicates existing data
if echo "$BOOTSTRAP_OUTPUT" | grep -q "found existing data, skipping bootstrap"; then
Expand Down
196 changes: 0 additions & 196 deletions alonzo.json

This file was deleted.

Loading

0 comments on commit 5ecdd97

Please sign in to comment.