File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 55if [ $# -gt 0 ] && [ " $1 " == " latest" ]; then
66 ngx_multi_upstream_module_ver=" "
77 mod_dubbo_ver=" "
8+ apisix_nginx_module_ver=" "
89 debug_args=" --with-debug"
910 OR_PREFIX=${OR_PREFIX:= " /usr/local/openresty-debug" }
1011else
1112 ngx_multi_upstream_module_ver=" -b 1.0.0"
1213 mod_dubbo_ver=" -b 1.0.0"
14+ apisix_nginx_module_ver=" -b 1.0.0"
1315 debug_args=
1416 OR_PREFIX=${OR_PREFIX:= " /usr/local/openresty" }
1517fi
3941if [ " $repo " == apisix-nginx-module ]; then
4042 cp -r " $prev_workdir " .
4143else
42- git clone --depth=1 https://github.com/api7/apisix-nginx-module.git
44+ git clone --depth=1 $apisix_nginx_module_ver \
45+ https://github.com/api7/apisix-nginx-module.git
4346fi
4447
4548cd ngx_multi_upstream_module || exit 1
You can’t perform that action at this time.
0 commit comments