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:
authorJoão Cunha <j.a.cunha@gmail.com>2019-03-05 18:21:29 +0300
committerJoão Cunha <j.a.cunha@gmail.com>2019-03-05 18:21:29 +0300
commit3bdff7aadfc68222086518a365496fb22357cb9c (patch)
tree9a87afeba6f47e279059c6c37dfa758c7768cd4d /app/services/clusters/applications
parent5e6e1dd54ae80f6725d75da01eb024d40aa47167 (diff)
Rename ClusterUpdateAppWorker to ClusterPatchAppWorker
- This is to avoid colision with EE ClusterUpdateAppWorker
Diffstat (limited to 'app/services/clusters/applications')
-rw-r--r--app/services/clusters/applications/update_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/clusters/applications/update_service.rb b/app/services/clusters/applications/update_service.rb
index 979d870cc94..a9d4e609992 100644
--- a/app/services/clusters/applications/update_service.rb
+++ b/app/services/clusters/applications/update_service.rb
@@ -6,7 +6,7 @@ module Clusters
private
def worker_class(application)
- ClusterUpdateAppWorker
+ ClusterPatchAppWorker
end
def builders