From 28ac7ff88680abc490bf50d5861bd4a68fa3a6e7 Mon Sep 17 00:00:00 2001 From: Miles Gould Date: Thu, 9 Jul 2015 01:06:39 +0100 Subject: [PATCH] Remove one-off tasks that were run for Release 8. The ElasticSearch index task was run, but failed because we didn't have an ElasticSearch instance to run it against. --- script/deploy-tasks.sh | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/script/deploy-tasks.sh b/script/deploy-tasks.sh index e8461294c..b225b1f6e 100755 --- a/script/deploy-tasks.sh +++ b/script/deploy-tasks.sh @@ -10,17 +10,5 @@ # echo "YYYY-MM-DD - do something or other" # rake growstuff:oneoff:something -echo "2014-12-01 - load lots of new crops" -rake growstuff:import_crops file=db/seeds/crops-12-mint.csv -rake growstuff:import_crops file=db/seeds/crops-13-brassicas.csv -rake growstuff:import_crops file=db/seeds/crops-14-london-workingbee.csv -rake growstuff:import_crops file=db/seeds/crops-15-squashes.csv - -echo "2014-12-01 - load alternate names for crops" -rake growstuff:oneoff:add_alternate_names - -echo "2015-01-28 - populate the harvest si_weight field" -rake growstuff:oneoff:populate_si_weight - echo "2015-01-30 - build Elasticsearch index" rake growstuff:oneoff:elasticsearch_create_index