Removed command to set cache folder
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 15:56:20 +02:00
parent 533815a252
commit 969b0d588d
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ steps:
- export LC_ALL="C.UTF-8"
- ruby -e 'puts STDIN.external_encoding' # figure out the encoding used
- bundle install
- yarn config set cache-folder .yarn-cache
- yarn global add gulp-cli
- yarn install --pure-lockfile
- gulp build