mirror of
https://git.coop/cotech/website.git
synced 2024-11-26 00:23:06 +00:00
Cache rubygems
Save a bit of co2.
This commit is contained in:
parent
3b72b647e0
commit
4f90793c73
@ -4,6 +4,11 @@ variables:
|
|||||||
JEKYLL_ENV: production
|
JEKYLL_ENV: production
|
||||||
LC_ALL: C.UTF-8
|
LC_ALL: C.UTF-8
|
||||||
|
|
||||||
|
cache:
|
||||||
|
key: gems
|
||||||
|
paths:
|
||||||
|
- /usr/local/bundle/cache/
|
||||||
|
|
||||||
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 )'
|
||||||
- eval $(ssh-agent -s)
|
- eval $(ssh-agent -s)
|
||||||
|
Loading…
Reference in New Issue
Block a user