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 18ee3b9 commit 0ddd0a9Copy full SHA for 0ddd0a9
Rakefile
@@ -96,7 +96,7 @@ end
96
97
desc "Releasing AR-JDBC gems (use NOOP=true to disable gem pushing)"
98
task 'release:do' do
99
- if !ENV["DBS"] || ENV["DBS"].strip.empty?
+ if !ENV["DBS"]
100
puts "you must explicitly provide a DBS env var when calling release:do. An empty one will not default to 'all' " \
101
"for this command\n\n"
102
invalid_dbs!
0 commit comments