mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
notes
This commit is contained in:
+5
-1
@@ -17,7 +17,11 @@
|
||||
#
|
||||
# - The desired Python VM is available on the base system.
|
||||
# - Library dependencies are available on the base system.
|
||||
# - Django applications
|
||||
# - Django applications should not require additional configuration.
|
||||
|
||||
# <hr />
|
||||
|
||||
# ## Context
|
||||
|
||||
# Fail fast and fail hard.
|
||||
set -eo pipefail
|
||||
|
||||
Reference in New Issue
Block a user