diff options
| author | Alban Peignier | 2017-04-11 22:01:26 +0200 |
|---|---|---|
| committer | Alban Peignier | 2017-04-11 22:01:26 +0200 |
| commit | 0ee6e6c7a85fa72d325ad32d8aa33583919692fd (patch) | |
| tree | fba697fd0b429aa00fbd8851503e22b742f897fa /lib/tasks/ci.rake | |
| parent | b06f35fd18c7eb306aee37bb77199d04452322d6 (diff) | |
| download | chouette-core-0ee6e6c7a85fa72d325ad32d8aa33583919692fd.tar.bz2 | |
Disable seed execution in deploy. Refs #3017
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 52bab7aa4..85d1cbdf9 100644 --- a/lib/tasks/ci.rake +++ b/lib/tasks/ci.rake @@ -29,7 +29,7 @@ namespace :ci do desc "Deploy after CI" task :deploy do - sh "cap #{deploy_env} deploy:migrations deploy:seed" + sh "cap #{deploy_env} deploy:migrations" end desc "Clean test files" |
