Commit 24e2f931 authored by Jeremy Morrell's avatar Jeremy Morrell Committed by Jeremy Morrell

Update to latest stdlib

parent af572fec
...@@ -19,11 +19,10 @@ CACHE_DIR=${2:-} ...@@ -19,11 +19,10 @@ CACHE_DIR=${2:-}
ENV_DIR=${3:-} ENV_DIR=${3:-}
BP_DIR=$(cd $(dirname ${0:-}); cd ..; pwd) BP_DIR=$(cd $(dirname ${0:-}); cd ..; pwd)
STDLIB_FILE=$(mktemp -t stdlib.XXXXX) STDLIB_FILE=$(mktemp -t stdlib.XXXXX)
BUILDPACK_LOG_FILE=${BUILDPACK_LOG_FILE:-/dev/null}
### Load dependencies ### Load dependencies
curl --silent --retry 5 --retry-max-time 15 'https://lang-common.s3.amazonaws.com/buildpack-stdlib/v2/stdlib.sh' > "$STDLIB_FILE" curl --silent --retry 5 --retry-max-time 15 'https://lang-common.s3.amazonaws.com/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