Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Use Kong 1.0.0rc2 pre-compiled runtime archive
Browse files Browse the repository at this point in the history
  • Loading branch information
mars committed Nov 15, 2018
1 parent ce56fb7 commit 98ddb87
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,8 @@ BP_CACHE_DIR="$CACHE_DIR/heroku-kong-buildpack"
mkdir -p $BP_CACHE_DIR
PREFIX_CACHE_DIR=$BP_CACHE_DIR/app_prefix

# While Kong version 1.0 is work-in-progress, never use runtime archive.
#IS_CUSTOM_BUILD=false
IS_CUSTOM_BUILD=true

RUNTIME_ARCHIVE_URL="${KONG_RUNTIME_ARCHIVE_URL:-https://s3-us-west-1.amazonaws.com/kong-on-heroku/kong-runtime-v6.0.0.tgz}"
IS_CUSTOM_BUILD=false
RUNTIME_ARCHIVE_URL="${KONG_RUNTIME_ARCHIVE_URL:-https://s3-us-west-1.amazonaws.com/kong-on-heroku/kong-runtime-v7.0.0-rc2.tgz}"

# Source for Kong
if [ -f "${ENV_DIR}/KONG_GIT_URL" ]
Expand Down

0 comments on commit 98ddb87

Please sign in to comment.