Commit 8a01c068 authored by Jacob Gillespie's avatar Jacob Gillespie

Call nomnom in a subprocess so that it doesn't break the build

parent 83104b4f
...@@ -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
) &
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