Skip to content
Snippets Groups Projects
Commit 8007a2e88a51 authored by GitLab Bot's avatar GitLab Bot
Browse files

Automatic merge of gitlab-org/omnibus-gitlab master

No related branches found
No related tags found
2 merge requests!102heptapod#1237: making 0.38 the new oldstable,!90Merged upstream 15.9.0+ce.0 into heptapod branch
......@@ -84,7 +84,7 @@
#
# As the bundled Git versions change over time we have this generic loop to
# just accept any such override into the environment used by make.
ENV.select { |k, v| k.start_with('GITALY_GIT_VERSION_') }.each do |k, v|
ENV.select { |k, v| k.start_with?('GITALY_GIT_VERSION_') }.each do |k, v|
env[k.delete_prefix('GITALY_')] = v unless v&.empty?
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment