Commit cd9da608 authored by jxltom's avatar jxltom Committed by Liu Junxiao

Update compile

parent dafd3cd1
...@@ -22,7 +22,7 @@ STDLIB_FILE=$(mktemp -t stdlib.XXXXX) ...@@ -22,7 +22,7 @@ STDLIB_FILE=$(mktemp -t stdlib.XXXXX)
### Load dependencies ### Load dependencies
curl --silent --retry 5 --retry-max-time 15 'https://lang-common.s3.amazonaws.com/buildpack-stdlib/v7/stdlib.sh' > "$STDLIB_FILE" curl --silent --retry 5 --retry-max-time 15 'https://wj-backend.oss-cn-hongkong.aliyuncs.com/heroku/lang-common/buildpack-stdlib/v7/stdlib.sh' > "$STDLIB_FILE"
source "$STDLIB_FILE" source "$STDLIB_FILE"
source $BP_DIR/lib/output.sh source $BP_DIR/lib/output.sh
source $BP_DIR/lib/json.sh source $BP_DIR/lib/json.sh
......
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