mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ad791dc7f8 | |||
| 6b298ff7f3 | |||
| 01e30e938c |
+3
-4
@@ -203,11 +203,10 @@ set-default-env PYTHONPATH /app/
|
||||
un-set-env PYTHONHOME
|
||||
|
||||
|
||||
# Experimental post_compile hook.
|
||||
source $BIN_DIR/steps/hooks/post_compile
|
||||
|
||||
# ### Fin.
|
||||
|
||||
deep-mv $BUILD_DIR $ORIG_BUILD_DIR
|
||||
deep-mv $TMP_APP_DIR $APP_DIR
|
||||
|
||||
|
||||
# Experimental post_compile hook.
|
||||
source $BIN_DIR/steps/hooks/post_compile
|
||||
|
||||
Reference in New Issue
Block a user