VRFS-1651 - debug

This commit is contained in:
Anthony Davis 2014-05-07 18:21:48 -05:00
parent 268403d5d9
commit 802fcf658d
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ unless ENV["LOCAL_DEV"] == "1"
end
# Look for $WORKSPACE, otherwise use "workspace" as dev path.
devenv = ENV["BUILD_NUMBER"].nil? || (ENV["TEST_WWW"] == "1")
puts devenv
devenv = (ENV["BUILD_NUMBER"].nil? || ENV["TEST_WWW"] == "1")
if devenv
gem 'jam_db', :path=> "../db/target/ruby_package"
gem 'jampb', :path => "../pb/target/ruby/jampb"