Commit 009c98bb authored by Stan Hu's avatar Stan Hu

Merge branch 'sh-revert-141' into 'master'

Revert "Merge branch 'sh-disable-rubygems' into 'master'"

See merge request !143
parents 4f207de6 43322952
#!/usr/bin/env ruby --disable-gems #!/usr/bin/env ruby
# #
# GitLab shell authorized_keys. Query GitLab API to get the authorized command for a given ssh key fingerprint # GitLab shell authorized_keys. Query GitLab API to get the authorized command for a given ssh key fingerprint
......
#!/usr/bin/env ruby --disable-gems #!/usr/bin/env ruby
require_relative '../lib/gitlab_init' require_relative '../lib/gitlab_init'
require_relative '../lib/gitlab_net' require_relative '../lib/gitlab_net'
......
#!/usr/bin/env ruby --disable-gems #!/usr/bin/env ruby
# Recreate GitLab hooks in the Git repositories managed by GitLab. # Recreate GitLab hooks in the Git repositories managed by GitLab.
# #
......
#!/usr/bin/env ruby --disable-gems #!/usr/bin/env ruby
require_relative '../lib/gitlab_init' require_relative '../lib/gitlab_init'
......
#!/usr/bin/env ruby --disable-gems #!/usr/bin/env ruby
require_relative '../lib/gitlab_init' require_relative '../lib/gitlab_init'
......
#!/usr/bin/env ruby --disable-gems #!/usr/bin/env ruby
unless ENV['SSH_CONNECTION'] unless ENV['SSH_CONNECTION']
puts "Only ssh allowed" puts "Only ssh allowed"
......
#!/usr/bin/env ruby --disable-gems #!/usr/bin/env ruby
require_relative '../lib/gitlab_init' require_relative '../lib/gitlab_init'
......
#!/usr/bin/env ruby --disable-gems #!/usr/bin/env ruby
# This file was placed here by GitLab. It makes sure that your pushed commits # This file was placed here by GitLab. It makes sure that your pushed commits
# will be processed properly. # will be processed properly.
......
#!/usr/bin/env ruby --disable-gems #!/usr/bin/env ruby
# This file was placed here by GitLab. It makes sure that your pushed commits # This file was placed here by GitLab. It makes sure that your pushed commits
# will be processed properly. # will be processed properly.
......
#!/usr/bin/env ruby --disable-gems #!/usr/bin/env ruby
# This file was placed here by GitLab. It makes sure that your pushed commits # This file was placed here by GitLab. It makes sure that your pushed commits
# will be processed properly. # will be processed properly.
......
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