From 2ee93ecc6346d89114204baef819e36bf94533cc Mon Sep 17 00:00:00 2001 From: Molly Struve Date: Thu, 12 Mar 2020 15:38:16 -0400 Subject: [PATCH] Revert "Make prerun.sh actually set the environment (#6609)" (#6614) [deploy] This reverts commit a2193f268edf8f58fda740d93e5c922a979726aa. --- datadog/prerun.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datadog/prerun.sh b/datadog/prerun.sh index dc6b5cc43..8444079f4 100644 --- a/datadog/prerun.sh +++ b/datadog/prerun.sh @@ -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