Merge pull request #3009 from alchemy-fr/PHRAS-2561_fix_test_oncircle_dockerImageBuild

PHRAS-2561 #comment merged, we need to return to a simple run: yarn install
#time 2h
This commit is contained in:
Nicolas Maillat
2019-05-10 21:02:52 +02:00
committed by GitHub

View File

@@ -56,7 +56,8 @@ jobs:
# This is based on your 1.0 configuration file or project settings # This is based on your 1.0 configuration file or project settings
- run: node -v - run: node -v
- run: npm -v - run: npm -v
- run: yarn install - run: npm install -g yarn
- run: /opt/circleci/nodejs/v10.12.0/bin/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:
command: elasticsearch-2.3.3/bin/elasticsearch command: elasticsearch-2.3.3/bin/elasticsearch