You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sh...@apache.org on 2021/04/14 12:57:34 UTC

[apisix] branch master updated: ci: centos7-ci.sh should be under ci/ (#4045)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new cd4d2ec  ci: centos7-ci.sh should be under ci/ (#4045)
cd4d2ec is described below

commit cd4d2ece58a1075545d3a2dc929b014049f53f21
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Wed Apr 14 20:57:25 2021 +0800

    ci: centos7-ci.sh should be under ci/ (#4045)
    
    Signed-off-by: spacewander <sp...@gmail.com>
---
 .github/workflows/centos7-ci.yml | 4 ++--
 {utils => ci}/centos7-ci.sh      | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/centos7-ci.yml b/.github/workflows/centos7-ci.yml
index 7e56b9b..17c0bc9 100644
--- a/.github/workflows/centos7-ci.yml
+++ b/.github/workflows/centos7-ci.yml
@@ -103,7 +103,7 @@ jobs:
 
     - name: Install dependencies
       run: |
-        docker exec centos7Instance bash -c "cd apisix && ./utils/centos7-ci.sh install_dependencies"
+        docker exec centos7Instance bash -c "cd apisix && ./ci/centos7-ci.sh install_dependencies"
 
     - name: Install rpm package
       if: ${{ startsWith(github.ref, 'refs/heads/release/') }}
@@ -115,7 +115,7 @@ jobs:
 
     - name: Run test cases
       run: |
-        docker exec centos7Instance bash -c "cd apisix && ./utils/centos7-ci.sh run_case"
+        docker exec centos7Instance bash -c "cd apisix && ./ci/centos7-ci.sh run_case"
 
     - name: Publish Artifact
       if: ${{ startsWith(github.ref, 'refs/heads/release/') }}
diff --git a/utils/centos7-ci.sh b/ci/centos7-ci.sh
similarity index 100%
rename from utils/centos7-ci.sh
rename to ci/centos7-ci.sh