mirror of
https://git.coop/cotech/website.git
synced 2024-11-04 23:48:43 +00:00
Merge branch 'add-ci-cache' into 'dev'
Cache rubygems See merge request cotech/website!20
This commit is contained in:
commit
95856d5fe8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user