Commit 44be867d authored by James Lopez's avatar James Lopez

fix permissions

parent a2bf1641
...@@ -2,6 +2,7 @@ module Gitlab ...@@ -2,6 +2,7 @@ module Gitlab
module ImportExport module ImportExport
module AfterExportStrategies module AfterExportStrategies
class BaseAfterExportStrategy class BaseAfterExportStrategy
extend Gitlab::ImportExport::CommandLineUtil
include ActiveModel::Validations include ActiveModel::Validations
extend Forwardable extend Forwardable
...@@ -56,7 +57,7 @@ module Gitlab ...@@ -56,7 +57,7 @@ module Gitlab
lock_path = project.import_export_shared.archive_path lock_path = project.import_export_shared.archive_path
FileUtils.mkdir_p(lock_path) mkdir_p(lock_path)
File.join(lock_path, AFTER_EXPORT_LOCK_FILE_NAME) File.join(lock_path, AFTER_EXPORT_LOCK_FILE_NAME)
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment