Revert "Make prerun.sh actually set the environment (#6609)" (#6614) [deploy]

This reverts commit a2193f268e.
This commit is contained in:
Molly Struve 2020-03-12 15:38:16 -04:00 committed by GitHub
parent 7bd99ad2da
commit 2ee93ecc63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,5 +6,5 @@ if [ "$DYNOTYPE" == "scheduler" ] || [ "$DYNOTYPE" == "run" ]; then
# Disable Automatic Beeline integrations to prevent unnecessary
# data from being tracked in Honeycomb
# more info here: https://docs.honeycomb.io/getting-data-in/ruby/beeline/#using-env-variables-to-control-framework-integrations
export HONEYCOMB_DISABLE_AUTOCONFIGURE="true"
HONEYCOMB_DISABLE_AUTOCONFIGURE="true"
fi