ci: centos7-ci.sh should be under ci/ (#4045)

Signed-off-by: spacewander <spacewanderlzx@gmail.com>
This commit is contained in:
罗泽轩 2021-04-14 20:57:25 +08:00 committed by GitHub
parent 7029bb9cc6
commit cd4d2ece58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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/') }}