Sha256: 6083438465fb4bcd95393ac382aa62a46de6de5278741e2787bb152b2671113f

Contents?: true

Size: 653 Bytes

Versions: 7

Compression:

Stored size: 653 Bytes

Contents

#!/usr/bin/env ruby

apps = %w(git kitchen knife git habitat git inspect supermarket git rake install git)
steps = %w(initialize planning execution closure)

%w(git kitchen knife habitat inspect supermarket rake install).each do |app|
  system("knife deploy-context cucumber initialize #{app}")
end

%w(git kitchen knife git habitat git inspect supermarket git rake install git).each do |app|
  system("knife deploy-context cucumber planning #{app}")
  system("knife deploy-context cucumber execution #{app}")
end

%w(git kitchen knife habitat inspect supermarket rake install).each do |app|
  system("knife deploy-context cucumber closure #{app}")
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
deploy-context-2.13.39 bin/deploy-context
deploy-context-2.13.38 bin/deploy-context
deploy-context-2.13.36 bin/deploy-context
deploy-context-2.13.35 bin/deploy-context
deploy-context-2.13.34 bin/deploy-context
deploy-context-2.13.26 bin/deploy-context
deploy-context-2.13.25 bin/deploy-context