Skip to content

Commit

Permalink
chore(NA): remove yarn export
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Feb 5, 2021
1 parent f55f27c commit 857058a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/dev/ci_setup/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@ yarn config set yarn-offline-mirror "$cacheDir/yarn-offline-cache"
###
yarnGlobalDir="$(yarn global bin)"
export PATH="$PATH:$yarnGlobalDir"
# In some situations looks lik the yarn binaries added through
# yarn global add will not be placed on yarn global bin
# but on $HOME/.yarn/bin. I'm also adding it into the PATH
export PATH="$PATH:$HOME/.yarn/bin"

# use a proxy to fetch chromedriver/geckodriver asset
export GECKODRIVER_CDNURL="https://us-central1-elastic-kibana-184716.cloudfunctions.net/kibana-ci-proxy-cache"
Expand Down

0 comments on commit 857058a

Please sign in to comment.