* fixing up workspace
This commit is contained in:
parent
2f70c9b3c6
commit
0eefd18a75
4
Gemfile
4
Gemfile
|
|
@ -1,10 +1,10 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
# Look for $WORKSPACE, otherwise use "workspace" as dev path.
|
||||
workspace = ENV["WORKSPACE"] || "workspace"
|
||||
workspace = ENV["WORKSPACE"] || "~/workspace"
|
||||
|
||||
# Assumes you have already cloned pg_migrate_ruby in your workspace
|
||||
# $ cd [workspace]
|
||||
# $ git clone https://github.com/sethcall/pg_migrate_ruby
|
||||
|
||||
gem 'pg_migrate', '0.1.5' # :path=> '~/' + workspace + '/pg_migrate_ruby'
|
||||
gem 'pg_migrate', '0.1.5' # :path=> "#{workspace}/pg_migrate_ruby"
|
||||
|
|
|
|||
Loading…
Reference in New Issue