You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2022/09/27 11:49:10 UTC

[apisix-docker] 01/01: fix(ci): compose/apisix_log/error.log can't find

This is an automated email from the ASF dual-hosted git repository.

spacewander pushed a commit to branch release/apisix-2.99.0
in repository https://gitbox.apache.org/repos/asf/apisix-docker.git

commit ac15721c563a2604cd337d0a24f01e14da75fc16
Author: spacewander <sp...@gmail.com>
AuthorDate: Tue Sep 27 18:29:26 2022 +0800

    fix(ci): compose/apisix_log/error.log can't find
    
    Signed-off-by: spacewander <sp...@gmail.com>
---
 .github/workflows/apisix_push_docker_hub.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/apisix_push_docker_hub.yaml b/.github/workflows/apisix_push_docker_hub.yaml
index e2888e0..1902dac 100644
--- a/.github/workflows/apisix_push_docker_hub.yaml
+++ b/.github/workflows/apisix_push_docker_hub.yaml
@@ -28,6 +28,7 @@ jobs:
 
       - name: Test route
         run: |
+          sleep 30
           grep -C 3 '\[error\]' compose/apisix_log/error.log && exit 1
 
           curl http://127.0.0.1:9080/apisix/admin/routes/1 \