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.git


The following commit(s) were added to refs/heads/master by this push:
     new 12af57f  ci: rpm is published by build tools now (#5498)
12af57f is described below

commit 12af57fc726dd1791f5aecedf25d37f4a1d74110
Author: 罗泽轩 <[email protected]>
AuthorDate: Sun Nov 14 19:25:36 2021 +0800

    ci: rpm is published by build tools now (#5498)
---
 .github/workflows/centos7-ci.yml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/.github/workflows/centos7-ci.yml b/.github/workflows/centos7-ci.yml
index 00f1125..dd8cb40 100644
--- a/.github/workflows/centos7-ci.yml
+++ b/.github/workflows/centos7-ci.yml
@@ -80,10 +80,3 @@ jobs:
     - name: Run test cases
       run: |
         docker exec centos7Instance bash -c "cd apisix && ./ci/centos7-ci.sh 
run_case"
-
-    - name: Publish Artifact
-      if: ${{ startsWith(github.ref, 'refs/heads/release/') }}
-      uses: actions/[email protected]
-      with:
-        name: "rpm"
-        path: "./apisix-build-tools/output/apisix-${{ 
steps.branch_env.outputs.version }}-0.el7.x86_64.rpm"

Reply via email to