Skip to content

Commit 291304a

Browse files
rwaffenbastelfreak
authored andcommitted
fix: update bundle info command to specify packaging for clearer output during build
1 parent 5bde937 commit 291304a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/build.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ namespace :vox do
4444
puts "Building openvox-server"
4545
run_command("rm -rf ruby && rm -rf output && bundle install --without test && lein install", silent: false, print_command: true)
4646
run_command('bundle list', silent: false, print_command: true)
47-
run_command('bundle info', silent: false, print_command: true)
47+
run_command('bundle info packaging', silent: false, print_command: true)
4848
# run_command('ls -la /home/runner/work/openvox-server/openvox-server/.bundle/gems/ruby/3.2.0/bundler/gems/', silent: false, print_command: true)
4949
run_command("COW=\"#{@debs}\" MOCK=\"#{@rpms}\" GEM_SOURCE='https://rubygems.org' EZBAKE_ALLOW_UNREPRODUCIBLE_BUILDS=true EZBAKE_NODEPLOY=true LEIN_PROFILES=ezbake lein with-profile user,ezbake,provided ezbake local-build", silent: false, print_command: true)
5050
run_command("sudo chown -R $USER output", print_command: true)

0 commit comments

Comments
 (0)