Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/build_access.rb')
-rw-r--r--lib/gitlab/build_access.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gitlab/build_access.rb b/lib/gitlab/build_access.rb
index 37e79413541..81759693749 100644
--- a/lib/gitlab/build_access.rb
+++ b/lib/gitlab/build_access.rb
@@ -2,8 +2,6 @@
module Gitlab
class BuildAccess < UserAccess
- attr_accessor :user, :project
-
# This bypasses the `can?(:access_git)`-check we normally do in `UserAccess`
# for CI. That way if a user was able to trigger a pipeline, then the
# build is allowed to clone the project.