We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Now the build-apisix-runtime.sh will report an error if lua-resty-limit-traffic does not exist.
build-apisix-runtime.sh
lua-resty-limit-traffic
apisix-build-tools/build-apisix-runtime.sh
Lines 149 to 158 in 6f1a404
we can just keep the content of else branch and remove this check. looks like
else branch
rm -rf bundle/lua-resty-limit-traffic-$or_limit_ver limit_ver=1.0.0 wget "https://github.com/api7/lua-resty-limit-traffic/archive/refs/tags/v$limit_ver.tar.gz" -O "lua-resty-limit-traffic-$limit_ver.tar.gz" tar -xzf lua-resty-limit-traffic-$limit_ver.tar.gz mv lua-resty-limit-traffic-$limit_ver bundle/lua-resty-limit-traffic-$or_limit_ver
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Now the
build-apisix-runtime.sh
will report an error iflua-resty-limit-traffic
does not exist.apisix-build-tools/build-apisix-runtime.sh
Lines 149 to 158 in 6f1a404
we can just keep the content of
else branch
and remove this check. looks likeThe text was updated successfully, but these errors were encountered: