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

debug

parent 8bd209de
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ if [[ -f Pipfile ]]; then
if [[ ! -f requirements.txt ]]; then
puts-step "Installing pipenv"
/app/.heroku/python/bin/python $ROOT_DIR/vendor/get-pipenv.py &> /dev/null
/app/.heroku/python/bin/python $ROOT_DIR/vendor/get-pipenv.py #&> /dev/null
puts-step "Generating 'requirements.txt' with pipenv"
/app/.heroku/python/bin/pipenv lock --requirements > requirements.txt 2> /dev/null
......
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