mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
comment out injection step
This commit is contained in:
+2
-2
@@ -141,9 +141,9 @@ mkdir .heroku &> /dev/null
|
||||
HEROKU_DIR_STATUS=$?
|
||||
|
||||
# TODO: This is a new app, disable injection.
|
||||
[ $HEROKU_DIR_STATUS -eq 0 ] && {
|
||||
# [ $HEROKU_DIR_STATUS -eq 0 ] && {
|
||||
#TODO: touch .heroku/injection_disabled
|
||||
}
|
||||
# }
|
||||
set -e
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user