Sha256: d5613c486d3fab8f85485f99eb838879b05563a4bcfac5e2803a9fed46f6a774

Contents?: true

Size: 667 Bytes

Versions: 8

Compression:

Stored size: 667 Bytes

Contents

Étantdonnéque('le projet {word} à la bonne version') do |project_name|
  if project_name == deployer.context_name
    Dir.chdir deployer.context_folder
  else
    Dir.chdir File.join(deployer.contexts_container(deployer), project_name)
  end
end

Alors('démarrer un simple cycle de {word}') do |project_name|
  system([project_name, 'once'].join(' '))
end

Alors('bumper la version de {word}') do |project_name|
  system([project_name, 'bump'].join(' '))
end

Alors('déployer le projet {word}') do |project_name|
  system([project_name, 'release'].join(' '))
end

Alors('tester le projet {word}') do |project_name|
  system([project_name, 'test'].join(' '))
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
deploy-context-1.0.0 features/step_definitions/deploy-context.rb
deploy-context-0.13.0.1.g5a3c3d4 features/step_definitions/deploy-context.rb
deploy-context-0.12.0 features/step_definitions/deploy-context.rb
deploy-context-0.11.57.1.ga274362.1.g8977db8.3.g30c6ab3.1.g83cd298 features/step_definitions/deploy-context.rb
deploy-context-0.11.57.1.ga274362.1.g8977db8.3.g30c6ab3 features/step_definitions/deploy-context.rb
deploy-context-0.11.57.1.ga274362.1.g8977db8.2.g07fba0a features/step_definitions/deploy-context.rb
deploy-context-0.11.57.1.ga274362.1.g8977db8 features/step_definitions/deploy-context.rb
deploy-context-0.11.57.1.ga274362 features/step_definitions/deploy-context.rb