VRFS-1651 - fixed

This commit is contained in:
Anthony Davis 2014-05-07 18:29:30 -05:00
parent 802fcf658d
commit f496ba6349
1 changed files with 1 additions and 1 deletions

View File

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