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 b69b265 commit cdcb5ffCopy full SHA for cdcb5ff
.evergreen/preinstall.sh
@@ -13,9 +13,9 @@ echo "APPDATA: $APPDATA"
13
echo "PATH: $PATH"
14
15
# these are super useful if you want to run the smoke tests locally
16
-echo "DEV_VERSION_IDENTIFIER: $DEV_VERSION_IDENTIFIER"
17
-echo "EVERGREEN_BUCKET_NAME: $EVERGREEN_BUCKET_NAME"
18
-echo "EVERGREEN_BUCKET_KEY_PREFIX: $EVERGREEN_BUCKET_KEY_PREFIX"
+echo "export DEV_VERSION_IDENTIFIER=$DEV_VERSION_IDENTIFIER"
+echo "export EVERGREEN_BUCKET_KEY_PREFIX=$EVERGREEN_BUCKET_KEY_PREFIX"
+echo "export EVERGREEN_BUCKET_NAME=$EVERGREEN_BUCKET_NAME"
19
20
echo "IS_OSX: $IS_OSX"
21
echo "IS_LINUX: $IS_LINUX"
0 commit comments