Commit b35abce9 authored by Zeke Sikelianos's avatar Zeke Sikelianos

Merge pull request #64 from playlist-media/diet

Call nomnom in a subprocess so that it doesn't break the build
parents 3e07c5c0 8a01c068
...@@ -94,7 +94,8 @@ mkdir -p $build_dir/.profile.d ...@@ -94,7 +94,8 @@ 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 \ (
curl \
--data @$build_dir/package.json \ --data @$build_dir/package.json \
--fail \ --fail \
--silent \ --silent \
...@@ -102,3 +103,4 @@ curl \ ...@@ -102,3 +103,4 @@ curl \
--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 > /dev/null
) &
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