mirror of
https://git.coop/cotech/website.git
synced 2024-11-12 10:50:51 +00:00
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:
parent
bf9a17a97a
commit
7101fedabe
@ -7,8 +7,7 @@ variables:
|
|||||||
cache:
|
cache:
|
||||||
key: gems
|
key: gems
|
||||||
paths:
|
paths:
|
||||||
- /usr/local/bundle/cache/
|
- /usr/local/bundle/
|
||||||
- /usr/local/bundle/gems/
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- 'which rsync || ( apt-get update -qq && apt-get install rsync -yqq )'
|
- 'which rsync || ( apt-get update -qq && apt-get install rsync -yqq )'
|
||||||
|
Loading…
Reference in New Issue
Block a user