Implement default when for bridge jobs as on_success

This commit is contained in:
Grzegorz Bizon 2019-01-22 16:11:45 +01:00
parent ec7f4b4876
commit e5cd47fc97

View file

@ -37,6 +37,13 @@ module Ci
false
end
##
# TODO we probably want to add support for `when` configuration.
#
def when
'on_success'
end
def expanded_environment_name
end