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 3de6aa5 commit 4997bceCopy full SHA for 4997bce
ci/common.sh
@@ -20,7 +20,7 @@ set -ex
20
export_or_prefix() {
21
export OPENRESTY_PREFIX="/usr/local/openresty-debug"
22
export APISIX_MAIN="https://raw.githubusercontent.com/apache/incubator-apisix/master/rockspec/apisix-master-0.rockspec"
23
- export APISIX_LDAP_DEPRECATION="https://raw.githubusercontent.com/apache/incubator-apisix/remove-ldap/rockspec/apisix-master-0.rockspec"
+ export APISIX_LDAP_DEPRECATION="https://raw.githubusercontent.com/Zhenye-Na/apisix/remove-openldap/rockspec/apisix-master-0.rockspec"
24
export PATH=$OPENRESTY_PREFIX/nginx/sbin:$OPENRESTY_PREFIX/luajit/bin:$OPENRESTY_PREFIX/bin:$PATH
25
export OPENSSL111_BIN=$OPENRESTY_PREFIX/openssl111/bin/openssl
26
}
0 commit comments