We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bde937 commit 291304aCopy full SHA for 291304a
tasks/build.rake
@@ -44,7 +44,7 @@ namespace :vox do
44
puts "Building openvox-server"
45
run_command("rm -rf ruby && rm -rf output && bundle install --without test && lein install", silent: false, print_command: true)
46
run_command('bundle list', silent: false, print_command: true)
47
- run_command('bundle info', silent: false, print_command: true)
+ run_command('bundle info packaging', silent: false, print_command: true)
48
# run_command('ls -la /home/runner/work/openvox-server/openvox-server/.bundle/gems/ruby/3.2.0/bundler/gems/', silent: false, print_command: true)
49
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)
50
run_command("sudo chown -R $USER output", print_command: true)
0 commit comments