Sha256: bc19cb02635c4f3ce4e812519470cda2a7c6573bc9dd531155a2ee9f75591093

Contents?: true

Size: 1.58 KB

Versions: 17

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, 'once']
  
#   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, 'once'] || 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

17 entries across 17 versions & 1 rubygems

Version Path
deploy-context-2.1.35 features/step_definitions/deploy-context.rb
deploy-context-2.1.34.1.g531fe3b features/step_definitions/deploy-context.rb
deploy-context-2.1.34 features/step_definitions/deploy-context.rb
deploy-context-2.1.33.2.gfbb24ca features/step_definitions/deploy-context.rb
deploy-context-2.1.33 features/step_definitions/deploy-context.rb
deploy-context-2.1.32.15.g7b29619 features/step_definitions/deploy-context.rb
deploy-context-2.1.32 features/step_definitions/deploy-context.rb
deploy-context-2.1.31.1.g6ccfd57 features/step_definitions/deploy-context.rb
deploy-context-2.1.31 features/step_definitions/deploy-context.rb
deploy-context-2.1.30.1.gdf915e9 features/step_definitions/deploy-context.rb
deploy-context-2.1.30 features/step_definitions/deploy-context.rb
deploy-context-2.1.29.1.gb63f262 features/step_definitions/deploy-context.rb
deploy-context-2.1.29 features/step_definitions/deploy-context.rb
deploy-context-2.1.28 features/step_definitions/deploy-context.rb
deploy-context-2.1.27.1.gd07a6e7 features/step_definitions/deploy-context.rb
deploy-context-2.1.27 features/step_definitions/deploy-context.rb
deploy-context-2.1.26.1.gb2b5290 features/step_definitions/deploy-context.rb