This commit is contained in:
@@ -44,6 +44,7 @@ for attempt in {1..30}; do
|
||||
if curl -fsS "$HEALTH_URL" >/tmp/carpass-ready.json; then
|
||||
cat /tmp/carpass-ready.json
|
||||
echo
|
||||
BASE_URL="${BASE_URL:-${HEALTH_URL%/ready}}" ./scripts/smoke_test.sh
|
||||
$COMPOSE ps
|
||||
exit 0
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user