Skip to content

Commit

Permalink
[7.0] [ci] remove hash -r, its taking 2 minutes and maybe unnecessa…
Browse files Browse the repository at this point in the history
…ry (#32616) (#32676)

Backports the following commits to 7.0:
 - [ci] remove `hash -r`, its taking 2 minutes and maybe unnecessary  (#32616)
  • Loading branch information
Spencer authored Mar 7, 2019
1 parent 18917e9 commit ab9131a
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

###
### install dependencies
Expand Down

0 comments on commit ab9131a

Please sign in to comment.