Sha256: 01edf79ea6e1a0ae935179fd70b3775ccb7b57646af51de2938a83ce61da05cc

Contents?: true

Size: 256 Bytes

Versions: 2

Compression:

Stored size: 256 Bytes

Contents

image: "ruby:2.6-alpine"

cache:
  paths:
    - vendor/ruby

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

rubocop:
  script:
    - bundle exec rubocop

rspec:
  script:
    - bundle exec rspec spec

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
grape-path-helpers-1.4.0 .gitlab-ci.yml
grape-path-helpers-1.3.0 .gitlab-ci.yml