Shippable / support

Shippable SaaS customers can report issues and feature requests in this repository
101 stars 28 forks source link

Ruby gems cache failing #4832

Open gerardocdc opened 5 years ago

gerardocdc commented 5 years ago

Description of your issue:

When running some tests in Ruby 2.5.3, the build fails related to cache of gemfiles: tar -czf /home/shippable/cache/buildCache.tar.gz /usr/local/rvm/gems/ruby-2.5.3

Build failure: https://app.shippable.com/bitbucket/5miles_nl/xl-skillbuilder/runs/65/1/console

skippable.yml file ` language: ruby

rvm:

branches: only:

services:

env: global:

build: cache: true cache_dir_list:

Thanks

gerardocdc commented 5 years ago

Hi, any answer or tip?