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
Branches
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ type: 'python:3.7' ...@@ -12,7 +12,7 @@ type: 'python:3.7'
# The build-time dependencies of the app. # The build-time dependencies of the app.
dependencies: dependencies:
python3: python3:
pipenv: '*' pipenv: '2018.10.13'
# The relationships of the application with services or other applications. # The relationships of the application with services or other applications.
# #
...@@ -53,7 +53,7 @@ hooks: ...@@ -53,7 +53,7 @@ hooks:
# The build hook runs before the application is deployed, and is useful for # The build hook runs before the application is deployed, and is useful for
# assembling the codebase. # assembling the codebase.
build: | build: |
pipenv install --system pipenv install --system --deploy
mkdir logs mkdir logs
python manage.py collectstatic 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