未验证 提交 44be867d 编写于 作者: J James Lopez

fix permissions

上级 a2bf1641
......@@ -2,6 +2,7 @@ module Gitlab
module ImportExport
module AfterExportStrategies
class BaseAfterExportStrategy
extend Gitlab::ImportExport::CommandLineUtil
include ActiveModel::Validations
extend Forwardable
......@@ -56,7 +57,7 @@ module Gitlab
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)
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册