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

bzp2010 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 8a9d1b753 fix: cli test on master (#9075)
8a9d1b753 is described below

commit 8a9d1b753c5460005dc6e65f308ec73955c79983
Author: Zeping Bai <bzp2...@apache.org>
AuthorDate: Thu Mar 16 11:30:27 2023 +0800

    fix: cli test on master (#9075)
---
 ci/linux_apisix_master_luarocks_runner.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/linux_apisix_master_luarocks_runner.sh 
b/ci/linux_apisix_master_luarocks_runner.sh
index d40ce8a7f..8931ad82c 100755
--- a/ci/linux_apisix_master_luarocks_runner.sh
+++ b/ci/linux_apisix_master_luarocks_runner.sh
@@ -42,7 +42,7 @@ script() {
     install_rust
 
     # install APISIX by luarocks
-    sudo luarocks install $APISIX_MAIN > build.log 2>&1 || (cat build.log && 
exit 1)
+    luarocks install $APISIX_MAIN > build.log 2>&1 || (cat build.log && exit 1)
     cp ../bin/apisix /usr/local/bin/apisix
 
     # show install files

Reply via email to