Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
heroku-buildpack-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Evili del Rio i Silvan
heroku-buildpack-python
Commits
590d10ea
Commit
590d10ea
authored
7 years ago
by
Kenneth Reitz
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
98b2c904
4723abb8
No related branches found
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bin/steps/pipenv
+1
-1
1 addition, 1 deletion
bin/steps/pipenv
bin/steps/pipenv-python-version
+1
-1
1 addition, 1 deletion
bin/steps/pipenv-python-version
with
2 additions
and
2 deletions
bin/steps/pipenv
+
1
−
1
View file @
590d10ea
...
...
@@ -9,7 +9,7 @@ if [[ -f Pipfile ]]; then
/app/.heroku/python/bin/pip
install
pipenv
--upgrade
&> /dev/null
# Install the dependencies.
/app/.heroku/python/bin/pipenv
install
--system
2>&1 | indent
/app/.heroku/python/bin/pipenv
install
--system
--skip-lock
2>&1 | indent
# Skip pip install, later.
export
SKIP_PIP_INSTALL
=
1
...
...
This diff is collapsed.
Click to expand it.
bin/steps/pipenv-python-version
+
1
−
1
View file @
590d10ea
...
...
@@ -2,7 +2,7 @@
# Detect Python-version with Pipenv.
if
[[
-f
$BUILD_DIR
/Pipfile
.lock
]]
;
then
if
[[
-f
$BUILD_DIR
/Pipfile
]]
;
then
if
[[
!
-f
$BUILD_DIR
/runtime.txt
]]
;
then
if
[[
!
-f
$BUILD_DIR
/Pipfile.lock
]]
;
then
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment