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
e76cbdda
Commit
e76cbdda
authored
Nov 07, 2013
by
zeke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
> dev/null was superfluous
parent
b35abce9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
compile
bin/compile
+3
-3
No files found.
bin/compile
View file @
e76cbdda
...
@@ -93,7 +93,8 @@ status "Building runtime environment"
...
@@ -93,7 +93,8 @@ status "Building runtime environment"
mkdir
-p
$build_dir
/.profile.d
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 package.json to nomnom service
# Use a subshell so it can't break the build.
(
(
curl
\
curl
\
--data
@
$build_dir
/package.json
\
--data
@
$build_dir
/package.json
\
...
@@ -101,6 +102,5 @@ echo "export PATH=\"\$HOME/vendor/node/bin:\$HOME/bin:\$HOME/node_modules/.bin:\
...
@@ -101,6 +102,5 @@ echo "export PATH=\"\$HOME/vendor/node/bin:\$HOME/bin:\$HOME/node_modules/.bin:\
--silent
\
--silent
\
--request
POST
\
--request
POST
\
--header
"content-type: application/json"
\
--header
"content-type: application/json"
\
https://nomnom.heroku.com/?request_id
=
$REQUEST_ID
\
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