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
4cfcc006
Commit
4cfcc006
authored
Jan 07, 2015
by
Hunter Loftis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
phrasing
parent
982a1371
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
compile
bin/compile
+8
-3
No files found.
bin/compile
View file @
4cfcc006
...
@@ -24,10 +24,15 @@ unset GIT_DIR
...
@@ -24,10 +24,15 @@ unset GIT_DIR
# Provide hook to deal with errors
# Provide hook to deal with errors
build_failed
()
{
build_failed
()
{
head
"Build failed"
head
"Build failed"
info
"This is a new Node.js buildpack. To revert to the previous version:"
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
""
info
"You can also try reverting to our legacy Node.js buildpack:"
info
"heroku config:set BUILDPACK_URL=https://github.com/heroku/heroku-buildpack-nodejs#v63"
info
"heroku config:set BUILDPACK_URL=https://github.com/heroku/heroku-buildpack-nodejs#v63"
info
"We want you to be able to use the latest buildpack. Please submit a ticket if you can't:"
info
""
info
"https://help.heroku.com/"
info
"Love,"
info
"Heroku"
echo
""
echo
""
cat
$warnings
| indent
cat
$warnings
| indent
}
}
...
...
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