5
0
mirror of https://git.coop/cotech/website.git synced 2024-11-25 08:03:06 +00:00

Also cache built gems

This commit is contained in:
Nick Sellen 2018-11-29 17:52:25 +00:00
parent 95856d5fe8
commit 72f4216aac

View File

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