summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2019-02-08 09:18:19 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2019-02-08 09:18:19 +0000
commita5561e7434873f4e2c8cc5c210b3781236315cdd (patch)
tree0f3eff618c90ba18fb4902932de64e6d6c29d326
parent3142d8fc1d6ebd830f5b0bc41155eec30d31829a (diff)
parent6d74a667e8e6e8e3f39235fc053e35a30e3dfe18 (diff)
downloadgitlab-ce-a5561e7434873f4e2c8cc5c210b3781236315cdd.tar.gz
Merge branch 'patch-43' into 'master'
Update comment about legacy pipeline triggers See merge request gitlab-org/gitlab-ce!24998
-rw-r--r--app/services/auth/container_registry_authentication_service.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/services/auth/container_registry_authentication_service.rb b/app/services/auth/container_registry_authentication_service.rb
index f764536e762..e95ba09c006 100644
--- a/app/services/auth/container_registry_authentication_service.rb
+++ b/app/services/auth/container_registry_authentication_service.rb
@@ -160,7 +160,8 @@ module Auth
##
# We still support legacy pipeline triggers which do not have associated
# actor. New permissions model and new triggers are always associated with
- # an actor, so this should be improved in 10.0 version of GitLab.
+ # an actor. So this should be improved once
+ # https://gitlab.com/gitlab-org/gitlab-ce/issues/37452 is resolved.
#
def build_can_push?(requested_project)
# Build can push only to the project from which it originates