forked from autonomic-cooperative/cotech-website
Cache rubygems
Save a bit of co2.
This commit is contained in:
@ -4,6 +4,11 @@ variables:
|
||||
JEKYLL_ENV: production
|
||||
LC_ALL: C.UTF-8
|
||||
|
||||
cache:
|
||||
key: gems
|
||||
paths:
|
||||
- /usr/local/bundle/cache/
|
||||
|
||||
before_script:
|
||||
- 'which rsync || ( apt-get update -qq && apt-get install rsync -yqq )'
|
||||
- eval $(ssh-agent -s)
|
||||
|
Reference in New Issue
Block a user