Open gerardocdc opened 5 years ago
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
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
Hi, any answer or tip?
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