diff options
| author | Michel Etienne | 2012-11-07 09:26:48 +0100 | 
|---|---|---|
| committer | Michel Etienne | 2012-11-07 09:26:48 +0100 | 
| commit | 2746176c6b2675d13568208061296915b2904277 (patch) | |
| tree | 63ce2f5623f25dbf6b56e039adcb0618caed8e06 /lib/tasks/ci.rake | |
| parent | 48842ac1197560b1b7f597e3e1be7c4d93f8d098 (diff) | |
| download | chouette-core-2746176c6b2675d13568208061296915b2904277.tar.bz2 | |
separate spec from build task to set rails_env properly
Diffstat (limited to 'lib/tasks/ci.rake')
| -rw-r--r-- | lib/tasks/ci.rake | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/tasks/ci.rake b/lib/tasks/ci.rake index 10857e63a..d62b475ab 100644 --- a/lib/tasks/ci.rake +++ b/lib/tasks/ci.rake @@ -6,6 +6,6 @@ namespace :ci do    task :deploy do      cp "chouette2.war", "/var/lib/tomcat6/webapps/"    end -  task :build => ["spec", "war", "ci:deploy"] +  task :build => [ "war", "ci:deploy"]  end | 
