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
Commit 6e5c1adc authored by Valery Sizov's avatar Valery Sizov
Browse files

Merge branch 'require_in_gitlab_net' into 'master'

Add missing 'require_relative' in gitlab_net.rb

Prevent 'uninitialized constant GitlabNet::GitAccessStatus'.

See merge request !49
parents c5a7b76c 792d686d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -4,6 +4,7 @@ require 'json'
require_relative 'gitlab_config'
require_relative 'gitlab_logger'
require_relative 'gitlab_access'
class GitlabNet
def check_access(cmd, repo, actor, changes)
Loading
Loading
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