production-2019-06-18 Unquote tar arguments

When tar gets a string containing spaces, it looks for directories with
spaces in the names, which most likely do not exist.

This results in directories always *not* being added and a new cache
always being created.

Hiro Asari avatar Hiro Asari

Tag #422.1 passed

  • Ran for
AMD64
Ruby: 2.5
Git
language: ruby

rvm: 2.5

script: bundle exec rspec spec
Build Config
{
  "os": [
    "linux"
  ],
  "rvm": [
    "2.5"
  ],
  "script": [
    "bundle exec rspec spec"
  ],
  "language": "ruby"
}