lib/deploy-context/context/deploy.rb in deploy-context-2.0.2 vs lib/deploy-context/context/deploy.rb in deploy-context-2.0.2.1.g00ce101
- old
+ new
@@ -60,9 +60,10 @@
puts "\nExecute tests\n"
context.cucumber_test(context)
false
when 'reset'
puts "\nReset versionning\n"
+ system('rake')
# context.cucumber_test(deployer)
false
else
puts "Unknown setting #{action}"
false