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

reorder things


Signed-off-by: default avatarKenneth Reitz <me@kennethreitz.org>
parent 7b26f0df
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,9 @@ if [ ! "$SKIP_PIPENV_INSTALL" ]; then
# Measure that we're using Pipenv.
mcount "tool.pipenv"
# Skip pip install, later.
export SKIP_PIP_INSTALL=1
# Set PIP_EXTRA_INDEX_URL
if [[ -r $ENV_DIR/PIP_EXTRA_INDEX_URL ]]; then
PIP_EXTRA_INDEX_URL="$(cat "$ENV_DIR/PIP_EXTRA_INDEX_URL")"
......@@ -60,9 +63,6 @@ if [ ! "$SKIP_PIPENV_INSTALL" ]; then
/app/.heroku/python/bin/pipenv install --dev --system --deploy 2>&1 | cleanup | indent
fi
# Skip pip install, later.
export SKIP_PIP_INSTALL=1
# Pip freeze, for compatibility.
pip freeze > requirements.txt
fi
......
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