Skip to content

Commit

Permalink
[ci] remove hash -r, its taking 2 minutes and maybe unnecessary (#3…
Browse files Browse the repository at this point in the history
…2616)

Noticed that this step takes like 2 minutes on CI, and I'm pretty sure I only added it without knowing it was necessary, so trying out removing it.
  • Loading branch information
Spencer authored Mar 7, 2019
1 parent cbe1148 commit 4dc67d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/dev/ci_setup/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ fi
### "install" node into this shell
###
export PATH="$nodeBin:$PATH"
hash -r

###
### downloading yarn
Expand All @@ -102,7 +101,6 @@ yarn config set yarn-offline-mirror "$cacheDir/yarn-offline-cache"
###
yarnGlobalDir="$(yarn global bin)"
export PATH="$PATH:$yarnGlobalDir"
hash -r

###
### use the chromedriver cache if it exists
Expand Down

0 comments on commit 4dc67d7

Please sign in to comment.