summaryrefslogtreecommitdiff
path: root/app/services/ci/process_pipeline_service.rb
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2018-09-17 20:00:29 +0900
committerAlessio Caiazza <acaiazza@gitlab.com>2018-10-02 17:02:11 +0200
commitc03631a99618d43c66a1b9d0b4303d7253e45866 (patch)
tree87026d6cff994f3ed05ab3911cc8fc68dd52532a /app/services/ci/process_pipeline_service.rb
parent3fc4c096a592fbc0af3a8d60d2026ed673126a2f (diff)
downloadgitlab-ce-c03631a99618d43c66a1b9d0b4303d7253e45866.tar.gz
Support new syntax
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 69341a6c263..323075d404b 100644
--- a/app/services/ci/process_pipeline_service.rb
+++ b/app/services/ci/process_pipeline_service.rb
@@ -53,7 +53,7 @@ module Ci
%w[failed]
when 'always'
%w[success failed skipped]
- when 'manual'
+ when 'manual', 'delayed'
%w[success skipped]
else
[]