Skip to content
Snippets Groups Projects
Commit 30fafa52 authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

The setup script relies on bundled gems too

By adding `require 'bundler/setup'` we remove the need for `bundle
exec`. This is already done in the other scripts in bin/; this change
adds the missing require to bin/setup.
parent ec1147f8
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env ruby
require 'bundler/setup'
require_relative '../lib/setup'
 
GitlabCi::Setup.new
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment