mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-02 03:58:02 +08:00
ci: centos7-ci.sh should be under ci/ (#4045)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
This commit is contained in:
parent
7029bb9cc6
commit
cd4d2ece58
4
.github/workflows/centos7-ci.yml
vendored
4
.github/workflows/centos7-ci.yml
vendored
@ -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/') }}
|
||||
|
Loading…
Reference in New Issue
Block a user