hotfix: remove yarn cache clean for CI

This commit is contained in:
Michael Bradley, Jr 2018-11-27 15:21:52 -06:00
parent 885d07483e
commit a3392e8279
2 changed files with 0 additions and 2 deletions

View File

@ -12,7 +12,6 @@ before_install:
cache:
yarn: true
install:
- yarn cache clean
- yarn install
- cd embark-ui && yarn install && cd ..
- git status && test -z "$(git status --porcelain)"

View File

@ -12,7 +12,6 @@ install:
- rm yarn-1.12.3.msi
- node --version
- yarn --version
- yarn cache clean
- yarn install
- cd embark-ui && yarn install && cd ..
- git status && node -e "process.exit(require('child_process').execSync('git status --porcelain').toString().trim()===''?0:1)"