Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2018-01-26 12:43:13 +0300
committerJames Lopez <james@jameslopez.es>2018-01-26 17:26:26 +0300
commit865bb64a06f33b1076d1b9a202cd41c7ad0728c5 (patch)
treedb74b8f7f1b2974ed99daf29be3e540b93d487d3 /lib/gitlab/import_export
parent85d47384de293b33907990896c10034ec36498fd (diff)
disable retry attempts for Import/Export until that is fixed
Diffstat (limited to 'lib/gitlab/import_export')
-rw-r--r--lib/gitlab/import_export/shared.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/import_export/shared.rb b/lib/gitlab/import_export/shared.rb
index d03cbc880fd..71aec88a033 100644
--- a/lib/gitlab/import_export/shared.rb
+++ b/lib/gitlab/import_export/shared.rb
@@ -20,7 +20,7 @@ module Gitlab
error_out(error.message, caller[0].dup)
@errors << error.message
# Debug:
- Rails.logger.error(error.backtrace.join("\n"))
+ Rails.logger.error(error.backtrace&.join("\n"))
end
private