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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-01-14 09:14:22 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-01-14 09:14:22 +0300
commitd11616c828fa76b0fea100872b59d904560e6570 (patch)
treef926c91628b7e35395adcc40cfaee80e629050b7 /app/models/clusters/applications/runner.rb
parent4df4bbed3ee2333c23f50952d55178418eedfbe4 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/clusters/applications/runner.rb')
-rw-r--r--app/models/clusters/applications/runner.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/models/clusters/applications/runner.rb b/app/models/clusters/applications/runner.rb
index 0ca3bcbf852..33cd5de3518 100644
--- a/app/models/clusters/applications/runner.rb
+++ b/app/models/clusters/applications/runner.rb
@@ -41,9 +41,7 @@ module Clusters
end
def prepare_uninstall
- ::Gitlab::Database::QueryAnalyzers::PreventCrossDatabaseModification.allow_cross_database_modification_within_transaction(url: 'https://gitlab.com/gitlab-org/gitlab/-/issues/350180') do
- runner&.update!(active: false)
- end
+ # No op, see https://gitlab.com/gitlab-org/gitlab/-/issues/350180.
end
def post_uninstall