lib/vx/builder/source/matrix.rb in vx-builder-0.0.25 vs lib/vx/builder/source/matrix.rb in vx-builder-0.0.26
- old
+ new
@@ -2,10 +2,13 @@
module Builder
class Source
class Matrix
KEYS = (Source::LANGS + %w{ gemfile matrix_env:env image }).freeze
- NOT_MATRIX_KEYS = %w{ script before_script services before_install }
+ NOT_MATRIX_KEYS = %w{
+ script before_script services before_install
+ after_success
+ }
attr_reader :source
def initialize(build_configuration)
@source = build_configuration