Skip to content
Snippets Groups Projects
Commit 4242d458 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

fixes


Signed-off-by: default avatarKenneth Reitz <me@kennethreitz.org>
parent 9c12ac7d
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ source $BIN_DIR/utils ...@@ -3,7 +3,7 @@ source $BIN_DIR/utils
set +e set +e
$tmpfile = $(mktemp) tmpfile=$(mktemp /tmp/heroku-buildpack.XXXXX)
/app/.heroku/python/bin/python $ROOT_DIR/vendor/safety.zip 2>&1 > $tmpfile /app/.heroku/python/bin/python $ROOT_DIR/vendor/safety.zip 2>&1 > $tmpfile
if [[ $? != 0 ]]; then if [[ $? != 0 ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment