Skip to content

Commit

Permalink
revert unintended changes
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Sep 3, 2024
1 parent 533566d commit 331f012
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .evergreen/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 331f012

Please sign in to comment.