Sha256: 87dfdd0243937e40954e9d2cb4fb51652377f400fed23fa51b91a80385dc955d

Contents?: true

Size: 313 Bytes

Versions: 2

Compression:

Stored size: 313 Bytes

Contents

image: image: ruby:3.2.3

before_script:
    - pwd
    - git --version
    - ruby --version
    - gem install rake bundler
    - rake --version
    - gem install bundler -v 2.5.10
    - bundle install

example_job:
  script:
    - ruby -r minitest/autorun test/test_makit.rb
    - bundle exec rake

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
makit-0.0.1 lib/makit/content/ruby_gitlab-ci.yml
makit-0.0.0 lib/makit/content/ruby_gitlab-ci.yml