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