summaryrefslogtreecommitdiff
path: root/app/models/concerns
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2019-01-23 11:36:29 +0100
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2019-01-25 10:40:13 +0100
commit8850da27c3a1db7611c856d937a8b93e6b969b86 (patch)
treec1844a72b96fda17689ef9537148374951d0a2f4 /app/models/concerns
parentcd9409f003019819eb9b8e041d8fd645e222f23b (diff)
downloadgitlab-ce-8850da27c3a1db7611c856d937a8b93e6b969b86.tar.gz
Extract common `when` code between CI/CD processables
Diffstat (limited to 'app/models/concerns')
-rw-r--r--app/models/concerns/ci/processable.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/concerns/ci/processable.rb b/app/models/concerns/ci/processable.rb
index e112bae7d42..1c78b1413a8 100644
--- a/app/models/concerns/ci/processable.rb
+++ b/app/models/concerns/ci/processable.rb
@@ -17,7 +17,7 @@ module Ci
end
def when
- raise NotImplementedError
+ read_attribute(:when) || 'on_success'
end
def expanded_environment_name