remove cache from yarn to fix malicious install

This commit is contained in:
Jonathan Rainville 2018-11-27 10:48:08 -05:00
parent 2b15388cd5
commit 36da5a340e
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.12.3 - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.12.3
- export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH" - export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
cache: cache:
yarn: true yarn: false
install: install:
- yarn install - yarn install
- cd embark-ui && yarn install && cd .. - cd embark-ui && yarn install && cd ..