Skip to content

Commit

Permalink
Try restarting drupal
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Nov 6, 2024
1 parent 717a585 commit b1c190c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/ping.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ while true; do
fi

((COUNTER++))
if [ "${COUNTER}" -eq 25 ]; then
docker compose --profile dev restart drupal-dev
fi
if [ "${COUNTER}" -eq 50 ]; then
echo "Failed to come online after 4m"
exit 1
Expand Down

0 comments on commit b1c190c

Please sign in to comment.