Sha256: 88285217e9ccbc453b6dd1d9511aa50669815d2be6408193043184725d9d9744

Contents?: true

Size: 1.58 KB

Versions: 10

Compression:

Stored size: 1.58 KB

Contents


# Étantdonnéque('le projet {word} à une dernière version de disponible dans git') do |project_name|
#   context_exec [project_name, 'cycle']
  
#   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|
  context_exec [project_name, 'cycle'] || abort("#{project_name} ERROR: Issue with life cycle")
end

Alors('déployer le projet {word}') do |project_name|
  context_exec [project_name, 'release'] || abort("#{project_name} ERROR: Issue with deploy steps")
end

Alors('tester le projet {word}') do |project_name|
  context_exec [project_name, 'test'] || abort("#{project_name} ERROR: Issue with testing steps")
end

Étantdonnéque('le projet {word} à du code à updater') do |project_name|
  context_exec [project_name, 'check_code_to_update'] || abort("#{project_name} ERROR: Issue to check updated code")
end

Alors('bumper la version du patch de {word}') do |project_name|
  context_exec [project_name, 'bump'] || abort("#{project_name} ERROR: Issue with bumping version")
end

Étantdonnéque('le projet {word} à la bonne version d\'installer') do |project_name|
  context_exec [project_name, 'check_installed_version'] || abort("#{project_name} ERROR: Issue to check installed version")
end

Étantdonnéque('le projet {word} à une nouvelle version de disponible') do |project_name|
  context_exec [project_name, 'check_new_version'] || abort("#{project_name} ERROR: Issue to check newer version available")
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
deploy-context-2.2.0.3.gec16643.4.g20d2d42.4.g17e8559.12.g831d0a8.4.gbb2ab14.12.g0bc028d libraries/deploy-context/step_definitions/deploy-context.rb
deploy-context-2.2.0.3.gec16643.4.g20d2d42.4.g17e8559.12.g831d0a8.4.gbb2ab14.4.gb48499b libraries/deploy-context/step_definitions/deploy-context.rb
deploy-context-2.2.0.3.gec16643.4.g20d2d42.4.g17e8559.12.g831d0a8.4.gbb2ab14 libraries/deploy-context/step_definitions/deploy-context.rb
deploy-context-2.2.0.3.gec16643.4.g20d2d42.4.g17e8559.12.g831d0a8 libraries/deploy-context/step_definitions/deploy-context.rb
deploy-context-2.2.0.3.gec16643.4.g20d2d42.4.g17e8559.8.g299e50a libraries/deploy-context/step_definitions/deploy-context.rb
deploy-context-2.2.0.3.gec16643.4.g20d2d42.4.g17e8559 libraries/deploy-context/step_definitions/deploy-context.rb
deploy-context-2.2.0.3.gec16643.4.g20d2d42 libraries/deploy-context/step_definitions/deploy-context.rb
deploy-context-2.2.0.3.gec16643 libraries/deploy-context/step_definitions/deploy-context.rb
deploy-context-2.1.37.6.gec1e116.4.g6190201 libraries/deploy-context/step_definitions/deploy-context.rb
deploy-context-2.1.37.6.gec1e116 libraries/deploy-context/step_definitions/deploy-context.rb