Re-introduced set cache folder for yarn
continuous-integration/drone/push Build is passing Details

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2019-04-28 16:02:01 +02:00
parent 969b0d588d
commit 2618ccd908
1 changed files with 1 additions and 1 deletions

View File

@ -18,12 +18,12 @@ steps:
image: starefossen/ruby-node
environment:
BUNDLE_PATH: .bundle
YARN_CACHE_FOLDER: /cache/.yarn-cache
commands:
- export LANG="C.UTF-8"
- export LC_ALL="C.UTF-8"
- ruby -e 'puts STDIN.external_encoding' # figure out the encoding used
- bundle install
- yarn config set cache-folder /cache/.yarn-cache
- yarn global add gulp-cli
- yarn install --pure-lockfile
- gulp build