We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6edd759 commit 4e386c8Copy full SHA for 4e386c8
tasks/build.rake
@@ -89,7 +89,7 @@ namespace :vox do
89
end
90
91
libs_to_build_manually = {}
92
- if ENV['EZBAKE_BRANCH']
+ if ENV['EZBAKE_BRANCH'] && !ENV['EZBAKE_BRANCH'].strip.empty?
93
libs_to_build_manually['ezbake'] = {
94
:repo => ENV.fetch('EZBAKE_REPO', 'https://github.com/openvoxproject/ezbake'),
95
:branch => ENV.fetch('EZBAKE_BRANCH', 'main'),
0 commit comments