PHRAS-2561 #comment rm yarn link before

This commit is contained in:
Nicolas Maillat
2019-05-23 16:19:41 +02:00
committed by GitHub
parent 256637024d
commit 4f359035ef

View File

@@ -61,7 +61,8 @@ jobs:
- run: node -v - run: node -v
- run: npm -v - run: npm -v
- run: npm install -g yarn - run: npm install -g yarn
- run: ln -s /opt/circleci/nodejs/v10.12.0/bin/yarn /usr/local/bin/yarn - run: rm ~/.yarn/bin/yarn
- run: ln -s /opt/circleci/nodejs/v10.12.0/bin/yarn ~/.yarn/bin/yarn
- run: yarn install - run: yarn install
- run: if [[ ! -e elasticsearch-2.3.3 ]]; then wget --no-check-certificate https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-2.3.3.tar.gz && tar -xvf elasticsearch-2.3.3.tar.gz && elasticsearch-2.3.3/bin/plugin install analysis-icu; fi - run: if [[ ! -e elasticsearch-2.3.3 ]]; then wget --no-check-certificate https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-2.3.3.tar.gz && tar -xvf elasticsearch-2.3.3.tar.gz && elasticsearch-2.3.3/bin/plugin install analysis-icu; fi
- run: - run: