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
8a01c068
Commit
8a01c068
authored
Nov 01, 2013
by
Jacob Gillespie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Call nomnom in a subprocess so that it doesn't break the build
parent
83104b4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
compile
bin/compile
+10
-8
No files found.
bin/compile
View file @
8a01c068
...
@@ -92,11 +92,13 @@ mkdir -p $build_dir/.profile.d
...
@@ -92,11 +92,13 @@ mkdir -p $build_dir/.profile.d
echo
"export PATH=
\"\$
HOME/vendor/node/bin:
\$
HOME/bin:
\$
HOME/node_modules/.bin:
\$
PATH
\"
"
>
$build_dir
/.profile.d/nodejs.sh
echo
"export PATH=
\"\$
HOME/vendor/node/bin:
\$
HOME/bin:
\$
HOME/node_modules/.bin:
\$
PATH
\"
"
>
$build_dir
/.profile.d/nodejs.sh
# Post to nomnom
# Post to nomnom
curl
\
(
--data
@
$build_dir
/package.json
\
curl
\
--fail
\
--data
@
$build_dir
/package.json
\
--silent
\
--fail
\
--request
POST
\
--silent
\
--header
"content-type: application/json"
\
--request
POST
\
https://nomnom.heroku.com/?request_id
=
$REQUEST_ID
\
--header
"content-type: application/json"
\
>
/dev/null
https://nomnom.heroku.com/?request_id
=
$REQUEST_ID
\
>
/dev/null
)
&
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