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 2020/02/21 16:07:29 UTC

[GitHub] [incubator-apisix] moonming commented on a change in pull request #976: Added password support for plugin limit-count-redis

moonming commented on a change in pull request #976: Added password support for plugin limit-count-redis
URL: https://github.com/apache/incubator-apisix/pull/976#discussion_r382667032
 
 

 ##########
 File path: .travis/linux_tengine_runner.sh
 ##########
 @@ -44,28 +44,29 @@ tengine_install() {
         return
     fi
 
-    wget https://openresty.org/download/openresty-1.15.8.2.tar.gz
-    tar zxf openresty-1.15.8.2.tar.gz
+    local OPENRESTY_VERSION="1.15.8.2"
+    wget https://openresty.org/download/openresty-${OPENRESTY_VERSION}.tar.gz
+    tar zxf openresty-${OPENRESTY_VERSION}.tar.gz
     wget https://codeload.github.com/alibaba/tengine/tar.gz/2.3.2
     tar zxf 2.3.2
     wget https://codeload.github.com/openresty/luajit2/tar.gz/v2.1-20190912
     tar zxf v2.1-20190912
     wget https://codeload.github.com/simplresty/ngx_devel_kit/tar.gz/v0.3.1
     tar zxf v0.3.1
 
-    rm -rf openresty-1.15.8.2/bundle/nginx-1.15.8
-    mv tengine-2.3.2 openresty-1.15.8.2/bundle/
+    rm -rf openresty-${OPENRESTY_VERSION}/bundle/nginx-1.15.8
 
 Review comment:
   still has one: `/bundle/nginx-1.15.8` 

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


With regards,
Apache Git Services