Skip to content

Commit 4997bce

Browse files
committed
Fix content not found error
1 parent 3de6aa5 commit 4997bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ set -ex
2020
export_or_prefix() {
2121
export OPENRESTY_PREFIX="/usr/local/openresty-debug"
2222
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"
23+
export APISIX_LDAP_DEPRECATION="https://raw.githubusercontent.com/Zhenye-Na/apisix/remove-openldap/rockspec/apisix-master-0.rockspec"
2424
export PATH=$OPENRESTY_PREFIX/nginx/sbin:$OPENRESTY_PREFIX/luajit/bin:$OPENRESTY_PREFIX/bin:$PATH
2525
export OPENSSL111_BIN=$OPENRESTY_PREFIX/openssl111/bin/openssl
2626
}

0 commit comments

Comments
 (0)