lib/tasks/projectdx_pipeline.rake in projectdx_pipeline-1.2.2 vs lib/tasks/projectdx_pipeline.rake in projectdx_pipeline-1.3.0

- old
+ new

@@ -1,11 +1,12 @@ require 'projectdx_pipeline/file' require 'projectdx_pipeline/database_configuration_template' namespace :pipeline do desc "Run commit stage build and tests" - task :commit => 'commit:default' + task :commit => 'commit:default' do + puts "NOTE: You can't run the db:migrate task in the same command as your tests on Rails projects" + end namespace :commit do - task :default => %w(configure build test) task :configure task :build task :test namespace :configure do