mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06:00
we need the output of bundle
This commit is contained in:
parent
5d05b96ca0
commit
1c4b1eba08
@ -1,8 +1,15 @@
|
||||
require "socket"
|
||||
require "csv"
|
||||
|
||||
def run(command)
|
||||
system(command, out: $stdout, err: :out)
|
||||
end
|
||||
|
||||
puts "Running bundle"
|
||||
`bundle`
|
||||
if !run("bundle")
|
||||
puts "Quitting, some of the gems did not install"
|
||||
exit
|
||||
end
|
||||
|
||||
puts "Ensuring config is setup"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user