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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-05-31 21:09:56 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-05-31 21:09:56 +0300
commit9fcbd94aaa2c28096d84701e9474b589c1a1ddee (patch)
tree83a3806c67f8ff16d2a74d8963821a3c838c0a52 /lib/gitlab/workhorse.rb
parenteabd80f72f4f7d8e19b26526aa1f44c43d78e8b3 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/workhorse.rb')
-rw-r--r--lib/gitlab/workhorse.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/workhorse.rb b/lib/gitlab/workhorse.rb
index e9905bae985..0f33c3aa68e 100644
--- a/lib/gitlab/workhorse.rb
+++ b/lib/gitlab/workhorse.rb
@@ -270,7 +270,7 @@ module Gitlab
prefix: metadata['ArchivePrefix'],
format: format,
path: path.presence || "",
- include_lfs_blobs: Feature.enabled?(:include_lfs_blobs_in_archive, default_enabled: true)
+ include_lfs_blobs: true
).to_proto
)
}