AlkantarClanX12

Your IP : 18.217.4.250


Current Path : /opt/alt/ruby27/share/gems/gems/bundler-2.2.24/lib/bundler/templates/newgem/
Upload File :
Current File : //opt/alt/ruby27/share/gems/gems/bundler-2.2.24/lib/bundler/templates/newgem/gitlab-ci.yml.tt

image: ruby:<%= RUBY_VERSION %>

before_script:
  - gem install bundler -v <%= Bundler::VERSION %>
  - bundle install

example_job:
  script:
    - bundle exec rake