Skip to content

Commit 331f012

Browse files
revert unintended changes
1 parent 533566d commit 331f012

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.evergreen/install-dependencies.sh

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ source "${PROJECT_DIRECTORY}/.evergreen/init-node-and-npm-env.sh"
1111
if [[ -z "${npm_global_prefix}" ]]; then echo "npm_global_prefix is unset" && exit 1; fi
1212
if [[ -z "${NODE_ARTIFACTS_PATH}" ]]; then echo "NODE_ARTIFACTS_PATH is unset" && exit 1; fi
1313

14-
rm -rf ${NODE_ARTIFACTS_PATH} node_index.tab
15-
1614
CURL_FLAGS=(
1715
--fail # Exit code 1 if request fails
1816
--compressed # Request a compressed response should keep fetching fast

0 commit comments

Comments
 (0)