mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fix test
This commit is contained in:
@@ -177,7 +177,7 @@ jobs:
|
||||
attempt=0
|
||||
success=0
|
||||
while [ $attempt -lt $max_attempts ]; do
|
||||
response=$(docker compose exec appwrite sh -c "curl -I \$_APP_EXECUTOR_HOST/health -H \"Authorization: Bearer \$_APP_EXECUTOR_SECRET\"")
|
||||
response=$(command "docker compose exec appwrite sh -c \"curl -I \$_APP_EXECUTOR_HOST/health -H \\"Authorization: Bearer \$_APP_EXECUTOR_SECRET\\"\")" || echo '0')
|
||||
if echo $response | grep -q '200 OK'; then
|
||||
success=1
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user