diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2015-11-12 09:39:56 +0000 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2015-11-12 09:39:56 +0000 |
commit | 9573cf6cc708b914204a4c2ec59dc599d291cf02 (patch) | |
tree | bfa59b6c3edfb40fe6e905670c61d276736561ae /lib/api/notes.rb | |
parent | 12b35c6fe85073d809a764d24b51937f63b9d098 (diff) | |
parent | 58074ab7da9c24c030054e6303f9020f1d1f6f83 (diff) | |
download | gitlab-ce-9573cf6cc708b914204a4c2ec59dc599d291cf02.tar.gz |
Merge branch 'caches' into 'master'
Allow to define cache in `.gitlab-ci.yml`
This extends `.gitlab-ci.yml` syntax to allow specifying caching files and directories between builds, making it easy to preserve ex. gems.
```
cache:
paths:
- .bundle
- vendor/
before_script:
- bundle install --path vendor/
rspec:
script:
- bundle exec rspec
```
This is based on Build Artifacts changes.
/cc@dzaporozhets
See merge request !1786
Diffstat (limited to 'lib/api/notes.rb')
0 files changed, 0 insertions, 0 deletions