Name |
Last commit
|
Last update |
---|---|---|
.. | ||
api | ||
assets | ||
ansi2html.rb | ||
charts.rb | ||
current_settings.rb | ||
git.rb | ||
gitlab_ci_yaml_processor.rb | ||
model.rb | ||
scheduler.rb | ||
static_model.rb | ||
status.rb | ||
version_info.rb |
BigW Consortium Gitlab
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
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
api | Loading commit data... | |
assets | Loading commit data... | |
ansi2html.rb | Loading commit data... | |
charts.rb | Loading commit data... | |
current_settings.rb | Loading commit data... | |
git.rb | Loading commit data... | |
gitlab_ci_yaml_processor.rb | Loading commit data... | |
model.rb | Loading commit data... | |
scheduler.rb | Loading commit data... | |
static_model.rb | Loading commit data... | |
status.rb | Loading commit data... | |
version_info.rb | Loading commit data... |