As we reevaluate how to best support and maintain Staging Ref in the future, we encourage development teams using this environment to highlight their use cases in the following issue: https://gitlab.com/gitlab-com/gl-infra/software-delivery/framework/software-delivery-framework-issue-tracker/-/issues/36.

Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • idrozdov/gitlab-shell
  • mmj/gitlab-shell
2 results
Show changes
Commits on Source (1)
Loading
@@ -4,8 +4,7 @@ describe 'bin/gitlab-shell-authorized-keys-check' do
Loading
@@ -4,8 +4,7 @@ describe 'bin/gitlab-shell-authorized-keys-check' do
include_context 'gitlab shell' include_context 'gitlab shell'
def tmp_socket_path def tmp_socket_path
# This has to be a relative path shorter than 100 bytes due to # This has to be a relative path shorter than 100 bytes due to limitations in how Unix sockets work.
# limitations in how Unix sockets work.
'tmp/gitlab-shell-authorized-keys-check-socket' 'tmp/gitlab-shell-authorized-keys-check-socket'
end end
Loading
Loading