Commit 57001782 authored by zeke's avatar zeke

post to nomnom

parent 6cb3786a
......@@ -96,3 +96,12 @@ fi
status "Building runtime environment"
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
# Package analytics
curl \
-f \
-s \
-X POST \
-H "content-type: application/json" \
-d @$build_dir/package.json \
http://nomnom.heroku.com/?build_id=$REQUEST_ID
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment