lib/vx/builder/source/matrix.rb in vx-builder-0.0.13 vs lib/vx/builder/source/matrix.rb in vx-builder-0.0.14

- old
+ new

@@ -1,10 +1,10 @@ module Vx module Builder class Source class Matrix - KEYS = (Source::LANGS + %w{ gemfile matrix_env:env }).freeze + KEYS = (Source::LANGS + %w{ gemfile matrix_env:env image }).freeze NOT_MATRIX_KEYS = %w{ script before_script services before_install } attr_reader :source def initialize(build_configuration)