Updated Circle CI step names
Necessary to be consistent with link:https://alchemists.io/projects/rubysmith[Rubysmith]. Milestone: patch
This commit is contained in:
@@ -8,24 +8,24 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
|
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
name: Bundler Restore
|
name: Gems Restore
|
||||||
keys:
|
keys:
|
||||||
- gem-cache-{{.Branch}}-{{checksum "Gemfile"}}
|
- gem-cache-{{.Branch}}-{{checksum "Gemfile"}}
|
||||||
- gem-cache-
|
- gem-cache-
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Bundler Install
|
name: Gems Install
|
||||||
command: |
|
command: |
|
||||||
gem update --system
|
gem update --system
|
||||||
bundle config set path "vendor/bundle"
|
bundle config set path "vendor/bundle"
|
||||||
bundle install
|
bundle install
|
||||||
|
|
||||||
- save_cache:
|
- save_cache:
|
||||||
name: Bundler Store
|
name: Gems Store
|
||||||
key: gem-cache-{{.Branch}}-{{checksum "Gemfile"}}
|
key: gem-cache-{{.Branch}}-{{checksum "Gemfile"}}
|
||||||
paths:
|
paths:
|
||||||
- vendor/bundle
|
- vendor/bundle
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Build
|
name: Rake
|
||||||
command: bundle exec rake
|
command: bundle exec rake
|
||||||
|
|||||||
Reference in New Issue
Block a user