Skip to content
Snippets Groups Projects
Commit 6ae8e914 authored by Nick Anderegg's avatar Nick Anderegg
Browse files

Fix pipenv install command and pin pipenv version

parent 6dba3dc1
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ type: 'python:3.7'
# The build-time dependencies of the app.
dependencies:
python3:
pipenv: '*'
pipenv: '2018.10.13'
# The relationships of the application with services or other applications.
#
......@@ -53,7 +53,7 @@ hooks:
# The build hook runs before the application is deployed, and is useful for
# assembling the codebase.
build: |
pipenv install --system
pipenv install --system --deploy
mkdir logs
python manage.py collectstatic
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment