Class: GroongaPackagesRegressionTest::Subcommand::Pull

Inherits:
Object
  • Object
show all
Includes:
Base
Defined in:
lib/groonga_packages_regression_test/subcommand/pull.rb

Instance Method Summary collapse

Methods included from Base

#initialize, #run_each_platforms

Instance Method Details

#runObject



8
9
10
11
12
# File 'lib/groonga_packages_regression_test/subcommand/pull.rb', line 8

def run
  run_each_platforms do |platform|
    "sudo docker pull #{platform}"
  end
end