summaryrefslogtreecommitdiff
path: root/app/services/ci/process_pipeline_service.rb
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2018-09-26 14:28:22 +0900
committerAlessio Caiazza <acaiazza@gitlab.com>2018-10-02 17:04:04 +0200
commitc514636a83987152b2a95e442f49b3ee61dcbeb8 (patch)
treeb8b057abb44bdbdbc560a40ecd7b2bde37359d3a /app/services/ci/process_pipeline_service.rb
parentb1d24c0d14afdf3312e8f0745cc5ba87e41004b4 (diff)
downloadgitlab-ce-c514636a83987152b2a95e442f49b3ee61dcbeb8.tar.gz
Simplify StuckCiJobsWorker
Diffstat (limited to 'app/services/ci/process_pipeline_service.rb')
-rw-r--r--app/services/ci/process_pipeline_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/ci/process_pipeline_service.rb b/app/services/ci/process_pipeline_service.rb
index 07371acb3c7..1d1e39232fe 100644
--- a/app/services/ci/process_pipeline_service.rb
+++ b/app/services/ci/process_pipeline_service.rb
@@ -56,7 +56,7 @@ module Ci
when 'manual'
%w[success skipped]
when 'delayed'
- %w[success skipped] # This might be `success` only
+ %w[success skipped]
else
[]
end