Skip to content

Commit e4dc496

Browse files
authored
Fix evergreen yml bash typo causing failed builds (#1802)
1 parent 95a116e commit e4dc496

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.evergreen.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ functions:
6060
export EVERGREEN_VERSION_ID="${version_id}";
6161
export EVERGREEN_WORKDIR="${workdir}";
6262
63-
export HADRON_METRICS_BUGSNAG_KEY = "${metrics_bugsnag_key}";
64-
export HADRON_METRICS_INTERCOM_APP_ID = "${metrics_intercom_app_id}";
65-
export HADRON_METRICS_STITCH_APP_ID = "${metrics_stitch_app_id}";
63+
export HADRON_METRICS_BUGSNAG_KEY="${metrics_bugsnag_key}";
64+
export HADRON_METRICS_INTERCOM_APP_ID="${metrics_intercom_app_id}";
65+
export HADRON_METRICS_STITCH_APP_ID="${metrics_stitch_app_id}";
6666
6767
# node stuff
6868
export ARTIFACTS_PATH="$(pwd)/.deps"

0 commit comments

Comments
 (0)