* disabling test until pgmigrate allows specification of password argument

This commit is contained in:
Seth Call 2012-09-17 22:38:21 -05:00
parent 6ef58ec7fc
commit 562eaea844
3 changed files with 4 additions and 2 deletions

View File

@ -1,2 +1,2 @@
build.connopts=dbname:jam_db_build
build.oob_connopts=dbname:postgres
build.oob_connopts=dbname:postgres user:postgres password:postgres

View File

@ -5,6 +5,7 @@ GEM
logging (1.7.2)
little-plugger (>= 1.1.3)
pg (0.14.0)
pg (0.14.0-x86-mingw32)
pg_migrate (0.1.5)
logging (= 1.7.2)
pg (= 0.14.0)
@ -13,6 +14,7 @@ GEM
PLATFORMS
ruby
x86-mingw32
DEPENDENCIES
pg_migrate (= 0.1.5)

2
build
View File

@ -21,7 +21,7 @@ mkdir -p $PG_RUBY_PACKAGE_OUT
bundle update
echo "building migrations"
bundle exec pg_migrate build --source . --out $PG_BUILD_OUT --test
bundle exec pg_migrate build --source . --out $PG_BUILD_OUT
echo "packaging migrations for ruby"bundle exec pg_migrate package --source $PG_BUILD_OUT --out $PG_RUBY_PACKAGE_OUT --name jam-db --version "0.0.1"
bundle exec pg_migrate package --source $PG_BUILD_OUT --out $PG_RUBY_PACKAGE_OUT --name $PROJECT_NAME --version $BUILD_NUMBER