From 323f2f195f69b2633b0257d39bf42136eccb1122 Mon Sep 17 00:00:00 2001 From: gebele Date: Thu, 14 Dec 2017 15:58:41 +0100 Subject: leave the dump dir --- create_prediction_models.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_prediction_models.rb b/create_prediction_models.rb index 3cfc59e..1dae114 100644 --- a/create_prediction_models.rb +++ b/create_prediction_models.rb @@ -93,7 +93,7 @@ end =end # remove existing local dump -`rm -r dump/#{ENV["LAZAR_ENV"]}` +#`rm -r dump/#{ENV["LAZAR_ENV"]}` # store local dump but git ignored `mongodump -h #{CENTRAL_MONGO_IP.blank? ? "127.0.0.1" : CENTRAL_MONGO_IP} -d #{ENV["LAZAR_ENV"]}` -- cgit v1.2.3