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/23 05:47:13 UTC

[apisix-docker] branch master updated: fix(ci): example ci error port (#359)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new a3a08d6  fix(ci): example ci error port (#359)
a3a08d6 is described below

commit a3a08d686c00d33d66972fc4cc4f72013bab9216
Author: soulbird <zh...@outlook.com>
AuthorDate: Fri Sep 23 13:47:09 2022 +0800

    fix(ci): example ci error port (#359)
    
    Co-authored-by: soulbird <zh...@gmail.com>
---
 .github/workflows/apisix-docker-example-test.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/apisix-docker-example-test.yaml b/.github/workflows/apisix-docker-example-test.yaml
index 55c709b..0862707 100644
--- a/.github/workflows/apisix-docker-example-test.yaml
+++ b/.github/workflows/apisix-docker-example-test.yaml
@@ -22,7 +22,7 @@ jobs:
         run: |
           grep -C 3 '\[error\]' example/apisix_log/error.log && exit 1
 
-          curl http://127.0.0.1:9180/apisix/admin/routes/1 \
+          curl http://127.0.0.1:9080/apisix/admin/routes/1 \
           -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d '
             {
             "uri": "/get",