Commit 6b530c9a authored by jxltom's avatar jxltom

Update vendor url

parent a8fc60c3
......@@ -39,7 +39,7 @@ export BUILD_DIR CACHE_DIR ENV_DIR
# The user can provide BUILDPACK_VENDOR_URL to specify a custom target.
# Note: this is designed for non-Heroku use, as it does not use the user-provided
# environment variable mechanism (the ENV_DIR).
VENDOR_URL="https://lang-python.s3.amazonaws.com/$STACK"
VENDOR_URL="https://wj-backend.oss-cn-hongkong.aliyuncs.com/heroku/lang-python/$STACK"
if [[ -n ${BUILDPACK_VENDOR_URL:-} ]]; then
VENDOR_URL="$BUILDPACK_VENDOR_URL"
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment