We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 533566d commit 331f012Copy full SHA for 331f012
.evergreen/install-dependencies.sh
@@ -11,8 +11,6 @@ source "${PROJECT_DIRECTORY}/.evergreen/init-node-and-npm-env.sh"
11
if [[ -z "${npm_global_prefix}" ]]; then echo "npm_global_prefix is unset" && exit 1; fi
12
if [[ -z "${NODE_ARTIFACTS_PATH}" ]]; then echo "NODE_ARTIFACTS_PATH is unset" && exit 1; fi
13
14
-rm -rf ${NODE_ARTIFACTS_PATH} node_index.tab
15
-
16
CURL_FLAGS=(
17
--fail # Exit code 1 if request fails
18
--compressed # Request a compressed response should keep fetching fast
0 commit comments