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 9a07ee8  chore: remove temporary hack (#3078)
9a07ee8 is described below

commit 9a07ee8f825dcc428e9255096629ad74e7968d1c
Author: 罗泽轩 <[email protected]>
AuthorDate: Sat Dec 19 14:15:55 2020 +0800

    chore: remove temporary hack (#3078)
    
    Signed-off-by: spacewander <[email protected]>
---
 .travis/linux_apisix_master_luarocks_runner.sh | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.travis/linux_apisix_master_luarocks_runner.sh 
b/.travis/linux_apisix_master_luarocks_runner.sh
index fade03c..7fb3664 100755
--- a/.travis/linux_apisix_master_luarocks_runner.sh
+++ b/.travis/linux_apisix_master_luarocks_runner.sh
@@ -40,9 +40,6 @@ script() {
 
     which apisix
 
-    sudo mkdir -p /usr/local/apisix/apisix
-    sudo cp -r ../apisix/control /usr/local/apisix/apisix/control
-
     # run test
     sudo PATH=$PATH apisix help
     sudo PATH=$PATH apisix init

Reply via email to