From 857058a00f4350b6bdb0a04fe1cc3f493add879a Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Fri, 5 Feb 2021 21:59:00 +0000 Subject: [PATCH] chore(NA): remove yarn export --- src/dev/ci_setup/setup_env.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/dev/ci_setup/setup_env.sh b/src/dev/ci_setup/setup_env.sh index 06304e6ae4185..0b835d4b9fa94 100644 --- a/src/dev/ci_setup/setup_env.sh +++ b/src/dev/ci_setup/setup_env.sh @@ -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"