summaryrefslogtreecommitdiff
path: root/app/workers/ci/drop_pipeline_worker.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/workers/ci/drop_pipeline_worker.rb')
-rw-r--r--app/workers/ci/drop_pipeline_worker.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/workers/ci/drop_pipeline_worker.rb b/app/workers/ci/drop_pipeline_worker.rb
index f3672dba3fe..edb97c3cac5 100644
--- a/app/workers/ci/drop_pipeline_worker.rb
+++ b/app/workers/ci/drop_pipeline_worker.rb
@@ -9,8 +9,6 @@ module Ci
sidekiq_options retry: 3
include PipelineQueue
- tags :exclude_from_kubernetes
-
idempotent!
def perform(pipeline_id, failure_reason)