1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/bundler/templates/newgem/gitlab-ci.yml.tt

10 lines
165 B
Text
Raw Normal View History

image: ruby:<%= RUBY_VERSION %>
before_script:
- gem install bundler -v <%= Bundler::VERSION %>
- bundle install
2020-06-02 16:26:57 -04:00
example_job:
script:
2020-06-02 16:26:57 -04:00
- bundle exec rake