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
Unverified Commit 6216ac18 authored by Nick Thomas's avatar Nick Thomas
Browse files

Fix git push by removing a bad require in the pre-receive hook

parent a478813e
No related branches found
No related tags found
No related merge requests found
v6.0.1
- Fix git push by removing a bad require in the pre-receive hook (!183)
v6.0.0
- Remove bin/gitlab_projects (!180)
- Remove direct redis integration (!181)
Loading
Loading
6.0.0
6.0.1
Loading
Loading
@@ -16,7 +16,6 @@ def increase_reference_counter(gl_repository, repo_path)
end
require_relative '../lib/gitlab_custom_hook'
require_relative '../lib/gitlab_reference_counter'
require_relative '../lib/gitlab_access'
require_relative '../lib/gitlab_net'
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