Skip to content

Commit

Permalink
Revert "Fix Apache file path and add suite of buildpack-testrunner test"
Browse files Browse the repository at this point in the history
This reverts commit 9db64d4.
  • Loading branch information
ryanbrainard committed May 4, 2012
1 parent 9db64d4 commit 57c6ead
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 55 deletions.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if [ -f www/Procfile ]; then
mv www/Procfile .
fi

APACHE_URL="$RESOURCE_BASE_URL/apache-$APACHE_VERSION.tar.gz"
APACHE_URL="$RESOUCE_BASE_URL/apache-$APACHE_VERSION.tar.gz"
echo "-----> Bundling Apache version $APACHE_VERSION"
curl --silent --max-time 60 --location "$APACHE_URL" | tar xz

Expand Down
27 changes: 0 additions & 27 deletions test/compile_test.sh

This file was deleted.

17 changes: 0 additions & 17 deletions test/detect_test.sh

This file was deleted.

10 changes: 0 additions & 10 deletions test/release_test.sh

This file was deleted.

0 comments on commit 57c6ead

Please sign in to comment.