before sanitization

This commit is contained in:
2016-06-24 15:24:31 -04:00
parent a7976fc177
commit 88f711b6e7
+4
View File
@@ -55,11 +55,15 @@ export PATH=$PATH:$ROOT_DIR/vendor/pip-pop
[ ! "$REQUEST_ID" ] && REQUEST_ID=$SLUG_ID
[ ! "$STACK" ] && STACK=$DEFAULT_PYTHON_STACK
echo ' ----- before sanitization'
env
# Sanitizing environment variables.
unset GIT_DIR PYTHONHOME PYTHONPATH LD_LIBRARY_PATH LIBRARY_PATH
unset RECEIVE_DATA RUN_KEY BUILD_INFO DEPLOY LOG_TOKEN DYNO
unset CYTOKINE_LOG_FILE GEM_PATH
# Setup buildpack instrumentation.
bpwatch init $LOGPLEX_KEY
bpwatch build python $BUILDPACK_VERSION $REQUEST_ID