Sha256: 2906fb19f2cdcce1c72bb36cc5354a23921191de1594b497f5bf2a94d366da38

Contents?: true

Size: 220 Bytes

Versions: 3

Compression:

Stored size: 220 Bytes

Contents

image: "ruby:2.6-alpine"

cache:
  paths:
    - vendor/ruby

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

rspec:
  script:
    - bundle exec rake test

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gitlab-chronic-0.10.5 .gitlab-ci.yml
gitlab-chronic-0.10.4 .gitlab-ci.yml
gitlab-chronic-0.10.3 .gitlab-ci.yml