We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a116e commit e4dc496Copy full SHA for e4dc496
.evergreen.yml
@@ -60,9 +60,9 @@ functions:
60
export EVERGREEN_VERSION_ID="${version_id}";
61
export EVERGREEN_WORKDIR="${workdir}";
62
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}";
+ export HADRON_METRICS_BUGSNAG_KEY="${metrics_bugsnag_key}";
+ export HADRON_METRICS_INTERCOM_APP_ID="${metrics_intercom_app_id}";
+ export HADRON_METRICS_STITCH_APP_ID="${metrics_stitch_app_id}";
66
67
# node stuff
68
export ARTIFACTS_PATH="$(pwd)/.deps"
0 commit comments