mirror of
https://git.coop/cotech/website.git
synced 2024-11-25 08:03:06 +00:00
Try caching vendor path
This commit is contained in:
parent
dd3b730e1e
commit
d84a8bad79
@ -12,7 +12,7 @@ variables:
|
||||
cache:
|
||||
key: gems
|
||||
paths:
|
||||
- /usr/local/bundle/
|
||||
- vendor
|
||||
|
||||
before_script:
|
||||
- 'which rsync || ( apt-get update -qq && apt-get install rsync -yqq )'
|
||||
@ -22,7 +22,7 @@ before_script:
|
||||
- chmod 700 ~/.ssh
|
||||
- echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
|
||||
- chmod 644 ~/.ssh/known_hosts
|
||||
- bundle install
|
||||
- bundle install --path vendor
|
||||
|
||||
test:
|
||||
stage: test
|
||||
|
Loading…
Reference in New Issue
Block a user