You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/02/03 05:11:09 UTC

[GitHub] [apisix] idbeta commented on a change in pull request #3487: test: make centos7 ci easier to understand

idbeta commented on a change in pull request #3487:
URL: https://github.com/apache/apisix/pull/3487#discussion_r569135589



##########
File path: utils/centos7-ci.sh
##########
@@ -30,17 +30,17 @@ install_dependencies() {
     yum install -y openresty-debug openresty-openssl-debug-devel
 
     # install luarocks
-    ./apisix/utils/linux-install-luarocks.sh
+    ./utils/linux-install-luarocks.sh
 
     # install etcdctl
     wget https://github.com/etcd-io/etcd/releases/download/v3.4.0/etcd-v3.4.0-linux-amd64.tar.gz
     tar xf etcd-v3.4.0-linux-amd64.tar.gz
-    cp /etcd-v3.4.0-linux-amd64/etcdctl /usr/local/bin/
+    cp ./etcd-v3.4.0-linux-amd64/etcdctl /usr/local/bin/
     rm -rf etcd-v3.4.0-linux-amd64
 
     # install test::nginx
     yum install -y cpanminus build-essential libncurses5-dev libreadline-dev libssl-dev perl
-    cp -r /tmp/apisix ./apisix
+    # cp -r /tmp/apisix ./

Review comment:
       my fault, fixed.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org