Preview: gitlab-ci.yml.tt
Size: 182 B
/proc/thread-self/root/opt/alt/ruby31/share/gems/gems/bundler-2.3.27/lib/bundler/templates/newgem/gitlab-ci.yml.tt
default:
image: ruby:<%= RUBY_VERSION %>
before_script:
- gem install bundler -v <%= Bundler::VERSION %>
- bundle install
example_job:
script:
- bundle exec rake
Directory Contents
Dirs: 9 × Files: 13