You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by we...@apache.org on 2020/11/01 08:00:40 UTC

[apisix] branch master updated: CI: remove temporary steps. (#2591)

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

wenming 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 3b0e30a  CI: remove temporary steps. (#2591)
3b0e30a is described below

commit 3b0e30a5e618051acfd121abb02087f793bfc29a
Author: YuanSheng Wang <me...@gmail.com>
AuthorDate: Sun Nov 1 16:00:29 2020 +0800

    CI: remove temporary steps. (#2591)
---
 .travis/linux_apisix_master_luarocks_runner.sh | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.travis/linux_apisix_master_luarocks_runner.sh b/.travis/linux_apisix_master_luarocks_runner.sh
index 70dff0d..01a8d6a 100755
--- a/.travis/linux_apisix_master_luarocks_runner.sh
+++ b/.travis/linux_apisix_master_luarocks_runner.sh
@@ -60,8 +60,6 @@ script() {
     sudo PATH=$PATH ./utils/install-apisix.sh install > build.log 2>&1 || (cat build.log && exit 1)
 
     which apisix
-    # TODO: DELETE ME AFTER https://github.com/apache/apisix/pull/2588 merged
-    sudo cp ../bin/apisix /usr/bin/apisix
 
     # run test
     sudo PATH=$PATH apisix help
@@ -74,9 +72,6 @@ script() {
     # install APISIX by luarocks
     sudo luarocks install $APISIX_MAIN > build.log 2>&1 || (cat build.log && exit 1)
 
-    # TODO: DELETE ME AFTER https://github.com/apache/apisix/pull/2588 merged
-    sudo cp ../bin/apisix /usr/bin/apisix
-
     # show install files
     luarocks show apisix