We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2c926 commit c743fb1Copy full SHA for c743fb1
ci/linux_apisix_master_luarocks_runner.sh
@@ -39,7 +39,7 @@ script() {
39
cp -r ../utils ./
40
41
# install APISIX by luarocks
42
- luarocks install $APISIX_MAIN > build.log 2>&1 || (cat build.log && exit 1)
+ luarocks install $APISIX_LDAP_DEPRECATION > build.log 2>&1 || (cat build.log && exit 1)
43
cp ../bin/apisix /usr/local/bin/apisix
44
45
# show install files
0 commit comments