Skip to content

Commit

Permalink
Merge pull request #1058 from casperisfine/pipeline-deprecated-interface
Browse files Browse the repository at this point in the history
Refactor command methods in more manageable modules
  • Loading branch information
byroot authored Jan 19, 2022
2 parents 8cd4e70 + 060c8ce commit cbdb53e
Show file tree
Hide file tree
Showing 21 changed files with 3,702 additions and 3,841 deletions.
1 change: 1 addition & 0 deletions bin/cluster_creator
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# frozen_string_literal: true

$LOAD_PATH.unshift(File.expand_path('../lib', __dir__))
require_relative '../test/support/cluster/orchestrator'

urls = ARGV.map { |host_port| "redis://#{host_port}" }
Expand Down
Loading

0 comments on commit cbdb53e

Please sign in to comment.