Sha256: 13ea9793386f164c7b3bc4049b5c6fa745c9211d2dd9fe965f2445cd6d644ce9

Contents?: true

Size: 626 Bytes

Versions: 2

Compression:

Stored size: 626 Bytes

Contents

# This file is a template, and might need editing before it works on your project.
# Official language image. Look for the different tagged releases at:
image: ruby:latest

# Cache gems in between builds
cache:
  paths:
  - .bundle

# This is a basic example for a gem or script which doesn't use
# services such as redis or postgres
before_script:
- ruby -v                                   # Print out ruby version for debugging
- gem install bundler --no-ri --no-rdoc     # Bundler is not installed with the image
- bundle install -j $(nproc) --path .bundle # Install dependencies into ./.bundle

rake:
  script:
  - rake

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
xommelier-0.1.35 .gitlab-ci.yml
giteaucrat-0.1.0 .gitlab-ci.yml