Method: Shards::Workflow::Base#commit_changes
- Defined in:
- lib/shards/workflow/base.rb
#commit_changes ⇒ Object
218 219 220 221 222 223 |
# File 'lib/shards/workflow/base.rb', line 218 def commit_changes config.repo. = "Added shard in #{location.name} for #{client}" config.repo.autocommit step['message'] config.repo. end |