Cache all of /usr/local/bundle/

... it doesn't seem to be caching properly but perhaps that's
because it's not setup in the runner properly yet...
This commit is contained in:
Nick Sellen 2018-11-29 18:23:36 +00:00
parent bf9a17a97a
commit 7101fedabe
1 changed files with 1 additions and 2 deletions

View File

@ -7,8 +7,7 @@ variables:
cache:
key: gems
paths:
- /usr/local/bundle/cache/
- /usr/local/bundle/gems/
- /usr/local/bundle/
before_script:
- 'which rsync || ( apt-get update -qq && apt-get install rsync -yqq )'