fix: remove curl command that fails in act_runner
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 11m35s
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 11m35s
This commit is contained in:
@@ -81,15 +81,13 @@ jobs:
|
||||
cp ./nginx/${TARGET}.conf ./nginx/conf.d/default.conf
|
||||
ACTIVE_PROFILE=dev docker compose up -d nginx
|
||||
|
||||
# 5. Health Check (??버전???<EFBFBD>상?<EFBFBD>으<EFBFBD>??<EFBFBD>는지 ?<EFBFBD>인)
|
||||
echo "Curling gateway locally:"
|
||||
curl -sv http://localhost:8081/index.html
|
||||
# 5. Health Check (??버전???상?으??는지 ?인)
|
||||
echo "Fetching gateway logs..."
|
||||
docker logs --tail 100 ax_hub_mcp_tool-gateway-$TARGET-1
|
||||
echo "Waiting 30 seconds for services to fully start..."
|
||||
sleep 30
|
||||
|
||||
# ?<EFBFBD>규 컨테?<EFBFBD>너가 죽<EFBFBD>? ?<EFBFBD>고 ?<EFBFBD>아?<EFBFBD>는지 ?<EFBFBD>인
|
||||
# ?규 컨테?너가 죽? ?고 ?아?는지 ?인
|
||||
IS_TARGET_ALIVE=$(docker ps --filter "name=ax_hub_mcp_tool-gateway-${TARGET}-1" --filter "status=running" -q)
|
||||
|
||||
if [ -z "$IS_TARGET_ALIVE" ]; then
|
||||
|
||||
Reference in New Issue
Block a user