summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2017-12-14 15:58:41 +0100
committergebele <gebele@in-silico.ch>2017-12-14 15:58:41 +0100
commit323f2f195f69b2633b0257d39bf42136eccb1122 (patch)
tree96054d83d1793f4cd9db7fb72450c0ff64023403
parentd77291ce7ef227b28d3e8f68ebc9be72c22a314d (diff)
leave the dump dir
-rw-r--r--create_prediction_models.rb2
1 files changed, 1 insertions, 1 deletions
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"]}`