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

no more bash


Signed-off-by: default avatarKenneth Reitz <me@kennethreitz.org>
parent f9b74e8b
No related branches found
No related tags found
No related merge requests found
...@@ -13,9 +13,9 @@ if [[ -f Pipfile ]]; then ...@@ -13,9 +13,9 @@ if [[ -f Pipfile ]]; then
/app/.heroku/python/bin/pip install git+https://github.com/kennethreitz/pipenv.git#egg=pipenv --upgrade &> /dev/null /app/.heroku/python/bin/pip install git+https://github.com/kennethreitz/pipenv.git#egg=pipenv --upgrade &> /dev/null
if [[ ! -f Pipfile.lock ]]; then if [[ ! -f Pipfile.lock ]]; then
bash -c "/app/.heroku/python/bin/pipenv install --system --skip-lock" 2>&1 | indent /app/.heroku/python/bin/pipenv install --system --skip-lock 2>&1 | indent
else else
bash -c "/app/.heroku/python/bin/pipenv install --system" 2>&1 | indent /app/.heroku/python/bin/pipenv install --system 2>&1 | indent
fi fi
# Install the dependencies. # Install the dependencies.
......
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