Sha256: 059a70d76244b150f472e0e762978d100a3e36ae3e2627be38a1b755062750f6
Contents?: true
Size: 354 Bytes
Versions: 2
Compression:
Stored size: 354 Bytes
Contents
default: image: "ruby:${RUBY_VERSION}" cache: paths: - vendor/ruby before_script: - ruby -v - bundle install -j $(nproc) --path vendor test: script: - bundle exec rake test parallel: matrix: - RUBY_VERSION: [ "2.7", "3.0", "3.1", "3.2" ] rubocop: script: - bundle exec rubocop variables: RUBY_VERSION: "2.7"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gitlab-fog-azure-rm-1.8.0 | .gitlab-ci.yml |
gitlab-fog-azure-rm-1.7.0 | .gitlab-ci.yml |