Sha256: 1a0a20543ccb2dbc903b8cf7f41ac501c3a7501de99524e6a9683f60ec1abb72

Contents?: true

Size: 289 Bytes

Versions: 1

Compression:

Stored size: 289 Bytes

Contents

image: "ruby:2.6-alpine"

cache:
  paths:
    - vendor/ruby

before_script:
  - apk add --update git make build-base
  - gem install bundler
  - bundle install --path vendor/ruby

rubocop:
  script:
    - bundle exec rubocop
  allow_failure: true

rspec:
  script:
    - bundle exec rake

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gitlab-net-dns-0.9.1 .gitlab-ci.yml