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>2021-08-31 15:11:07 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-31 15:11:07 +0300
commita9ae162270049d3a183024e0b1f1626dbe14e847 (patch)
tree55af4c538b50ca5a094ad37885c69bc1295668b4 /app/workers/propagate_integration_inherit_worker.rb
parentb46d41d54b05eab84bb9653c111124b67f573dd8 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/workers/propagate_integration_inherit_worker.rb')
-rw-r--r--app/workers/propagate_integration_inherit_worker.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/workers/propagate_integration_inherit_worker.rb b/app/workers/propagate_integration_inherit_worker.rb
index 24a8778b928..f0a53f8cb07 100644
--- a/app/workers/propagate_integration_inherit_worker.rb
+++ b/app/workers/propagate_integration_inherit_worker.rb
@@ -6,7 +6,6 @@ class PropagateIntegrationInheritWorker
data_consistency :always
sidekiq_options retry: 3
feature_category :integrations
- tags :exclude_from_kubernetes
urgency :low
idempotent!