Sha256: d98ba7441bb1acb33592d8f62ba4605e3c9092d98db4d15ae10553223d7e5cda
Contents?: true
Size: 306 Bytes
Versions: 2
Compression:
Stored size: 306 Bytes
Contents
default: image: ruby:2.5 before_script: - apt-get update - ruby -v - which ruby - rm Gemfile.lock - gem install bundler --no-document - bundle install --jobs $(nproc) "${FLAGS[@]}" rspec: script: - bundle exec rake spec rubocop: script: - bundle exec rake rubocop
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
asciidoctor-defmastership-1.0.2 | .gitlab-ci.yml |
asciidoctor-defmastership-1.0.1 | .gitlab-ci.yml |