* removing more reference to workspace
This commit is contained in:
parent
85cac2a014
commit
3d415ec447
|
|
@ -4,7 +4,6 @@ unless ENV["LOCAL_DEV"] == "1"
|
||||||
source 'https://jamjam:blueberryjam@int.jamkazam.com/gems/'
|
source 'https://jamjam:blueberryjam@int.jamkazam.com/gems/'
|
||||||
end
|
end
|
||||||
|
|
||||||
# Look for $WORKSPACE, otherwise use "workspace" as dev path.
|
|
||||||
devenv = ENV["BUILD_NUMBER"].nil? # Jenkins sets a build number environment variable
|
devenv = ENV["BUILD_NUMBER"].nil? # Jenkins sets a build number environment variable
|
||||||
|
|
||||||
gem 'pg', '0.15.1', :platform => [:mri, :mswin, :mingw]
|
gem 'pg', '0.15.1', :platform => [:mri, :mswin, :mingw]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue