From 3a6f2eca820106bae66a192709f1074b53af2cd9 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Wed, 18 Feb 2015 18:31:11 -0500 Subject: [PATCH] Switch to yabawock's static nginx buildpack The new herokuish branch of buildstep requires changes to the buildpack, but this buildpack should be compatible with the old buildstep. --- tests/apps/static/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/apps/static/.env b/tests/apps/static/.env index e2063f1d9..b8f2eb130 100644 --- a/tests/apps/static/.env +++ b/tests/apps/static/.env @@ -1 +1 @@ -export BUILDPACK_URL=https://github.com/florianheinemann/buildpack-nginx +export BUILDPACK_URL=https://github.com/yabawock/buildpack-nginx