From 331f0128b958e09d6ac77bd305f7d6f5444fceea Mon Sep 17 00:00:00 2001 From: Bailey Pearson Date: Tue, 3 Sep 2024 15:03:51 -0600 Subject: [PATCH] revert unintended changes --- .evergreen/install-dependencies.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.evergreen/install-dependencies.sh b/.evergreen/install-dependencies.sh index 461f444c..b6f66e20 100644 --- a/.evergreen/install-dependencies.sh +++ b/.evergreen/install-dependencies.sh @@ -11,8 +11,6 @@ source "${PROJECT_DIRECTORY}/.evergreen/init-node-and-npm-env.sh" if [[ -z "${npm_global_prefix}" ]]; then echo "npm_global_prefix is unset" && exit 1; fi if [[ -z "${NODE_ARTIFACTS_PATH}" ]]; then echo "NODE_ARTIFACTS_PATH is unset" && exit 1; fi -rm -rf ${NODE_ARTIFACTS_PATH} node_index.tab - CURL_FLAGS=( --fail # Exit code 1 if request fails --compressed # Request a compressed response should keep fetching fast