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
ffd0bb57
Commit
ffd0bb57
authored
8 years ago
by
Troels Thomsen
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Merge branch 'apt'"
This reverts commit
75870dd4
, reversing changes made to
0cf2e284
.
parent
75870dd4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/compile
+1
-4
1 addition, 4 deletions
bin/compile
with
1 addition
and
4 deletions
bin/compile
+
1
−
4
View file @
ffd0bb57
...
@@ -55,13 +55,11 @@ export PATH=$PATH:$ROOT_DIR/vendor/pip-pop
...
@@ -55,13 +55,11 @@ export PATH=$PATH:$ROOT_DIR/vendor/pip-pop
[
!
"
$REQUEST_ID
"
]
&&
REQUEST_ID
=
$SLUG_ID
[
!
"
$REQUEST_ID
"
]
&&
REQUEST_ID
=
$SLUG_ID
[
!
"
$STACK
"
]
&&
STACK
=
$DEFAULT_PYTHON_STACK
[
!
"
$STACK
"
]
&&
STACK
=
$DEFAULT_PYTHON_STACK
# Sanitizing environment variables.
# Sanitizing environment variables.
unset
GIT_DIR PYTHONHOME PYTHONPATH
unset
GIT_DIR PYTHONHOME PYTHONPATH
unset
RECEIVE_DATA RUN_KEY BUILD_INFO DEPLOY LOG_TOKEN DYNO
unset
RECEIVE_DATA RUN_KEY BUILD_INFO DEPLOY LOG_TOKEN DYNO
unset
CYTOKINE_LOG_FILE GEM_PATH
unset
CYTOKINE_LOG_FILE GEM_PATH
# Setup buildpack instrumentation.
# Setup buildpack instrumentation.
bpwatch init
$LOGPLEX_KEY
bpwatch init
$LOGPLEX_KEY
bpwatch build python
$BUILDPACK_VERSION
$REQUEST_ID
bpwatch build python
$BUILDPACK_VERSION
$REQUEST_ID
...
@@ -94,8 +92,7 @@ if [[ ! "$DOCKER_BUILD" ]]; then
...
@@ -94,8 +92,7 @@ if [[ ! "$DOCKER_BUILD" ]]; then
# Copy Application code in.
# Copy Application code in.
bpwatch start appdir_stage
bpwatch start appdir_stage
# deep-cp $BUILD_DIR $APP_DIR
deep-cp
$BUILD_DIR
$APP_DIR
ln
-s
$BUILD_DIR
/
*
$APP_DIR
bpwatch stop appdir_stage
bpwatch stop appdir_stage
fi
fi
...
...
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