We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215a3e3 commit eea9a7fCopy full SHA for eea9a7f
bin/steps/pipenv
@@ -9,7 +9,7 @@ set -e
9
if [[ -f Pipfile.lock ]]; then
10
if [[ -f .heroku/python/Pipfile.lock.sha256 ]]; then
11
if [[ $(openssl dgst -sha256 Pipfile.lock) == $(cat .heroku/python/Pipfile.lock.sha256) ]]; then
12
- # Don't skip installation of there are git deps.
+ # Don't skip installation if there are git deps.
13
if ! grep -q 'git' Pipfile.lock; then
14
echo "Skipping installation, as Pipfile.lock hasn't changed since last deploy." | indent
15
0 commit comments