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
ae004c84
Commit
ae004c84
authored
Apr 24, 2015
by
Hunter Loftis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
formatting help messages
parent
2058606c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
build.sh
lib/build.sh
+2
-1
No files found.
lib/build.sh
View file @
ae004c84
...
...
@@ -3,12 +3,13 @@ build_failed() {
head
"Build failed"
echo
""
info
"We're sorry this build is failing!"
info
""
info
"Are you running into a common issue?"
info
"https://devcenter.heroku.com/articles/troubleshooting-node-deploys"
info
""
if
[
"
$warn
"
!=
""
]
;
then
info
"During the build we spotted some likely problems:"
echo
$warn
| indent
echo
"
$warn
"
| indent
else
info
"If you're stuck, please submit a ticket so we can help:"
info
"https://help.heroku.com/"
...
...
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