Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
heroku-buildpack-nodejs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
heroku-buildpack-nodejs
Commits
67ea909c
Commit
67ea909c
authored
Jan 08, 2015
by
Hunter Loftis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
phrasing
parent
4cfcc006
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
compile
bin/compile
+2
-3
No files found.
bin/compile
View file @
67ea909c
...
...
@@ -24,6 +24,8 @@ unset GIT_DIR
# Provide hook to deal with errors
build_failed
()
{
head
"Build failed"
echo
""
cat
$warnings
| indent
info
"We're sorry this build is failing! If you can't find the issue in application code,"
info
"please submit a ticket so we can help: https://help.heroku.com/"
info
""
...
...
@@ -32,9 +34,6 @@ build_failed() {
info
""
info
"Love,"
info
"Heroku"
echo
""
cat
$warnings
| indent
}
trap
build_failed ERR
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment