Skip to content
Snippets Groups Projects
Commit b24e87156ec1 authored by Balasankar 'Balu' C's avatar Balasankar 'Balu' C
Browse files

Remove code to correct omniauth-jwt permissions

This gem was removed from the bundle about 5 years ago via
https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/18580



Signed-off-by: default avatarBalasankar "Balu" C <balasankar@gitlab.com>
parent 6fc1ed0cbade
No related branches found
No related tags found
1 merge request!100Upstream Merge of 16.1 CE branching point
......@@ -123,15 +123,6 @@
bundle "config set --local without #{bundle_without.join(' ')}", env: env
bundle "install --jobs #{workers} --retry 5", env: env
block 'correct omniauth-jwt permissions' do
# omniauth-jwt has some of its files 0600, make them 0644
show = shellout!("#{embedded_bin('bundle')} show omniauth-jwt", env: env, returns: [0, 7])
if show.exitstatus.zero?
path = show.stdout.strip
command "chmod -R g=u-w,o=u-w #{path}"
end
end
block 'delete unneeded precompiled shared libraries' do
next if OhaiHelper.ruby_native_gems_unsupported?
......
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